Html Css Color HEX #558133 Dingley

📋 copy color: '#558133'

red 85 ◦ green 129 ◦ blue 51

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

Shades of Dingley #558133

Tints of Dingley #558133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.68%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 32.08%
G = 48.68%
B = 19.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#558133 (or 0x558133) is known color: Dingley. HEX triplet: 55, 81 and 33. RGB value is (85,129,51). Sum of RGB (Red+Green+Blue) = 85+129+51=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #558133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558133 is #AA7ECC. Grayscale: #6B6B6B. Windows color (decimal): -11173581 or 3375445. OLE color: 3375445.

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

Color convert

RGB 85 129 51 -
CMYK 0.34 0 0.60 0.49
HSL 93.85º 0.43% 0.35% -
HSV(B) 93.85º 0.6% 0.51% -
XYZ 12.19 17.87 5.94 -
YUV 106.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 85 129 51 0.34 0 0.60 0.49 93.85 0.43 0.35
Hex 55 81 33 22 0 3C 31 5E 2B 23
Octal 125 201 63 42 0 74 61 136 53 43
Binary 1010101 10000001 110011 100010 0 111100 110001 1011110 101011 100011

Color Harmonies of #558133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558133

Black with #558133

Text Example


Text Example

White with #558133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558133; }

 p { color: rgb(85,129,51); }

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

background-color css

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

 a { background-color: rgb(85,129,51); }

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

border-color css

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

 span { border-color: rgb(85,129,51); }

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