Html Css Color HEX #055A1D Crusoe

📋 copy color: '#055A1D'

red 5 ◦ green 90 ◦ blue 29

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

Shades of Crusoe #055A1D

Tints of Crusoe #055A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 72.58%

 BLUE value IS 29 (11.72% from 255) = 23.39%

R = 4.03%
G = 72.58%
B = 23.39%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#055A1D (or 0x055A1D) is known color: Crusoe. HEX triplet: 05, 5A and 1D. RGB value is (5,90,29). Sum of RGB (Red+Green+Blue) = 5+90+29=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 90 (35.55% from 255 or 72.58% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 90 - color contains mainly: green. Hex color #055A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A1D is #FAA5E2. Grayscale: #393939. Windows color (decimal): -16426467 or 1923589. OLE color: 1923589.

HSL color Cylindrical-coordinate representation of color #055A1D: hue angle of 136.94º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A1D is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 29 -
CMYK 0.94 0 0.68 0.65
HSL 136.94º 0.89% 0.19% -
HSV(B) 136.94º 0.94% 0.35% -
XYZ 3.94 7.43 2.39 -
YUV 57.63 111.84 90.46 -
System Red Green Blue C M Y K H S L
Decimal 5 90 29 0.94 0 0.68 0.65 136.94 0.89 0.19
Hex 5 5A 1D 5E 0 44 41 89 59 13
Octal 5 132 35 136 0 104 101 211 131 23
Binary 101 1011010 11101 1011110 0 1000100 1000001 10001001 1011001 10011

Color Harmonies of #055A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A1D

Black with #055A1D

Text Example


Text Example

White with #055A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,29); }

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

background-color css

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

 a { background-color: rgb(5,90,29); }

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

border-color css

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

 span { border-color: rgb(5,90,29); }

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