Html Css Color HEX #055D24 Crusoe

📋 copy color: '#055D24'

red 5 ◦ green 93 ◦ blue 36

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

Shades of Crusoe #055D24

Tints of Crusoe #055D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 69.4%

 BLUE value IS 36 (14.45% from 255) = 26.87%

R = 3.73%
G = 69.4%
B = 26.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#055D24 (or 0x055D24) is known color: Crusoe. HEX triplet: 05, 5D and 24. RGB value is (5,93,36). Sum of RGB (Red+Green+Blue) = 5+93+36=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #055D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055D24 is #FAA2DB. Grayscale: #3C3C3C. Windows color (decimal): -16425692 or 2383109. OLE color: 2383109.

HSL color Cylindrical-coordinate representation of color #055D24: hue angle of 141.14º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055D24 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 93 36 -
CMYK 0.95 0 0.61 0.64
HSL 141.14º 0.9% 0.19% -
HSV(B) 141.14º 0.95% 0.36% -
XYZ 4.3 7.99 2.98 -
YUV 60.19 114.35 88.63 -
System Red Green Blue C M Y K H S L
Decimal 5 93 36 0.95 0 0.61 0.64 141.14 0.9 0.19
Hex 5 5D 24 5F 0 3D 40 8D 5A 13
Octal 5 135 44 137 0 75 100 215 132 23
Binary 101 1011101 100100 1011111 0 111101 1000000 10001101 1011010 10011

Color Harmonies of #055D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055D24

Black with #055D24

Text Example


Text Example

White with #055D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,93,36); }

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

background-color css

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

 a { background-color: rgb(5,93,36); }

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

border-color css

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

 span { border-color: rgb(5,93,36); }

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