Html Css Color HEX #055F32 Crusoe

📋 copy color: '#055F32'

red 5 ◦ green 95 ◦ blue 50

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

Shades of Crusoe #055F32

Tints of Crusoe #055F32

RGB

 RED value IS 5 (2.34% from 255) = 3.33%

 GREEN value IS 95 (37.5% from 255) = 63.33%

 BLUE value IS 50 (19.92% from 255) = 33.33%

R = 3.33%
G = 63.33%
B = 33.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.63

RGB Variations

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

Color information

#055F32 (or 0x055F32) is known color: Crusoe. HEX triplet: 05, 5F and 32. RGB value is (5,95,50). Sum of RGB (Red+Green+Blue) = 5+95+50=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 95 (37.5% from 255 or 63.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 95 - color contains mainly: green. Hex color #055F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F32 is #FAA0CD. Grayscale: #3F3F3F. Windows color (decimal): -16425166 or 3301125. OLE color: 3301125.

HSL color Cylindrical-coordinate representation of color #055F32: hue angle of 150º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F32 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 95 50 -
CMYK 0.95 0 0.47 0.63
HSL 150º 0.9% 0.2% -
HSV(B) 150º 0.95% 0.37% -
XYZ 4.73 8.45 4.4 -
YUV 62.96 120.68 86.66 -
System Red Green Blue C M Y K H S L
Decimal 5 95 50 0.95 0 0.47 0.63 150 0.9 0.2
Hex 5 5F 32 5F 0 2F 3F 96 5A 14
Octal 5 137 62 137 0 57 77 226 132 24
Binary 101 1011111 110010 1011111 0 101111 111111 10010110 1011010 10100

Color Harmonies of #055F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055F32

Black with #055F32

Text Example


Text Example

White with #055F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055F32; }

 p { color: rgb(5,95,50); }

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

background-color css

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

 a { background-color: rgb(5,95,50); }

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

border-color css

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

 span { border-color: rgb(5,95,50); }

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