Html Css Color HEX #558234 Dingley

📋 copy color: '#558234'

red 85 ◦ green 130 ◦ blue 52

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

Shades of Dingley #558234

Tints of Dingley #558234

RGB

 RED value IS 85 (33.59% from 255) = 31.84%

 GREEN value IS 130 (51.17% from 255) = 48.69%

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

R = 31.84%
G = 48.69%
B = 19.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#558234 (or 0x558234) is known color: Dingley. HEX triplet: 55, 82 and 34. RGB value is (85,130,52). Sum of RGB (Red+Green+Blue) = 85+130+52=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #558234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558234 is #AA7DCB. Grayscale: #6B6B6B. Windows color (decimal): -11173324 or 3441237. OLE color: 3441237.

HSL color Cylindrical-coordinate representation of color #558234: hue angle of 94.62º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #558234 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 52 -
CMYK 0.35 0 0.60 0.49
HSL 94.62º 0.43% 0.36% -
HSV(B) 94.62º 0.6% 0.51% -
XYZ 12.35 18.14 6.1 -
YUV 107.65 96.59 111.84 -
System Red Green Blue C M Y K H S L
Decimal 85 130 52 0.35 0 0.60 0.49 94.62 0.43 0.36
Hex 55 82 34 23 0 3C 31 5F 2B 24
Octal 125 202 64 43 0 74 61 137 53 44
Binary 1010101 10000010 110100 100011 0 111100 110001 1011111 101011 100100

Color Harmonies of #558234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558234

Black with #558234

Text Example


Text Example

White with #558234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558234; }

 p { color: rgb(85,130,52); }

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

background-color css

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

 a { background-color: rgb(85,130,52); }

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

border-color css

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

 span { border-color: rgb(85,130,52); }

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