Html Css Color HEX #5A7F34 Dingley

📋 copy color: '#5A7F34'

red 90 ◦ green 127 ◦ blue 52

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

Shades of Dingley #5A7F34

Tints of Dingley #5A7F34

RGB

 RED value IS 90 (35.55% from 255) = 33.46%

 GREEN value IS 127 (50% from 255) = 47.21%

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 33.46%
G = 47.21%
B = 19.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#5A7F34 (or 0x5A7F34) is known color: Dingley. HEX triplet: 5A, 7F and 34. RGB value is (90,127,52). Sum of RGB (Red+Green+Blue) = 90+127+52=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 127 (50% from 255 or 47.21% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 127 - color contains mainly: green. Hex color #5A7F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7F34 is #A580CB. Grayscale: #6B6B6B. Windows color (decimal): -10846412 or 3440474. OLE color: 3440474.

HSL color Cylindrical-coordinate representation of color #5A7F34: hue angle of 89.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A7F34 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 127 52 -
CMYK 0.29 0 0.59 0.50
HSL 89.6º 0.42% 0.35% -
HSV(B) 89.6º 0.59% 0.5% -
XYZ 12.43 17.6 5.99 -
YUV 107.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 90 127 52 0.29 0 0.59 0.50 89.6 0.42 0.35
Hex 5A 7F 34 1D 0 3B 32 5A 2A 23
Octal 132 177 64 35 0 73 62 132 52 43
Binary 1011010 1111111 110100 11101 0 111011 110010 1011010 101010 100011

Color Harmonies of #5A7F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7F34

Black with #5A7F34

Text Example


Text Example

White with #5A7F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,127,52); }

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

background-color css

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

 a { background-color: rgb(90,127,52); }

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

border-color css

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

 span { border-color: rgb(90,127,52); }

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