Html Css Color HEX #5C734B Dingley

📋 copy color: '#5C734B'

red 92 ◦ green 115 ◦ blue 75

#5C734B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #5C734B

Tints of Dingley #5C734B

RGB

 RED value IS 92 (36.33% from 255) = 32.62%

 GREEN value IS 115 (45.31% from 255) = 40.78%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 32.62%
G = 40.78%
B = 26.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5C734B (or 0x5C734B) is known color: Dingley. HEX triplet: 5C, 73 and 4B. RGB value is (92,115,75). Sum of RGB (Red+Green+Blue) = 92+115+75=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #5C734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C734B is #A38CB4. Grayscale: #676767. Windows color (decimal): -10718389 or 4944732. OLE color: 4944732.

HSL color Cylindrical-coordinate representation of color #5C734B: hue angle of 94.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C734B is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 115 75 -
CMYK 0.20 0 0.35 0.55
HSL 94.5º 0.21% 0.37% -
HSV(B) 94.5º 0.35% 0.45% -
XYZ 11.81 15.04 8.94 -
YUV 103.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 92 115 75 0.20 0 0.35 0.55 94.5 0.21 0.37
Hex 5C 73 4B 14 0 23 37 5E 15 25
Octal 134 163 113 24 0 43 67 136 25 45
Binary 1011100 1110011 1001011 10100 0 100011 110111 1011110 10101 100101

Color Harmonies of #5C734B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C734B

Black with #5C734B

Text Example


Text Example

White with #5C734B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C734B; }

 p { color: rgb(92,115,75); }

 H1.HeaderClassName
 {
   color: #5C734B;
 }
 .AnyTagClassName
 {
   color: #5C734B;
 }
</style>

background-color css

<style>
 a { background-color: #5C734B; }

 a { background-color: rgb(92,115,75); }

 div.DivClassName
 {
   background-color: #5C734B;
 }
 .BgClassName
 {
   background-color: #5C734B;
 }
</style>

border-color css

<style>
 span { border-color: #5C734B; }

 span { border-color: rgb(92,115,75); }

 td.TdClassName
 {
   border-color: #5C734B;
 }
 .TagClassName
 {
   border-color: #5C734B;
 }
</style>