Html Css Color HEX #5C7A3E Dingley

📋 copy color: '#5C7A3E'

red 92 ◦ green 122 ◦ blue 62

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

Shades of Dingley #5C7A3E

Tints of Dingley #5C7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.2%

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 33.33%
G = 44.2%
B = 22.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#5C7A3E (or 0x5C7A3E) is known color: Dingley. HEX triplet: 5C, 7A and 3E. RGB value is (92,122,62). Sum of RGB (Red+Green+Blue) = 92+122+62=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7A3E is #A385C1. Grayscale: #6A6A6A. Windows color (decimal): -10716610 or 4094556. OLE color: 4094556.

HSL color Cylindrical-coordinate representation of color #5C7A3E: hue angle of 90º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C7A3E is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 122 62 -
CMYK 0.25 0 0.49 0.52
HSL 90º 0.33% 0.36% -
HSV(B) 90º 0.49% 0.48% -
XYZ 12.24 16.54 7.11 -
YUV 106.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 92 122 62 0.25 0 0.49 0.52 90 0.33 0.36
Hex 5C 7A 3E 19 0 31 34 5A 21 24
Octal 134 172 76 31 0 61 64 132 41 44
Binary 1011100 1111010 111110 11001 0 110001 110100 1011010 100001 100100

Color Harmonies of #5C7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7A3E

Black with #5C7A3E

Text Example


Text Example

White with #5C7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,122,62); }

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

background-color css

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

 a { background-color: rgb(92,122,62); }

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

border-color css

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

 span { border-color: rgb(92,122,62); }

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