Html Css Color HEX #055A1E Crusoe

📋 copy color: '#055A1E'

red 5 ◦ green 90 ◦ blue 30

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

Shades of Crusoe #055A1E

Tints of Crusoe #055A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 24%

R = 4%
G = 72%
B = 24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#055A1E (or 0x055A1E) is known color: Crusoe. HEX triplet: 05, 5A and 1E. RGB value is (5,90,30). Sum of RGB (Red+Green+Blue) = 5+90+30=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #055A1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A1E is #FAA5E1. Grayscale: #393939. Windows color (decimal): -16426466 or 1989125. OLE color: 1989125.

HSL color Cylindrical-coordinate representation of color #055A1E: hue angle of 137.65º 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 #055A1E is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 30 -
CMYK 0.94 0 0.67 0.65
HSL 137.65º 0.89% 0.19% -
HSV(B) 137.65º 0.94% 0.35% -
XYZ 3.95 7.44 2.46 -
YUV 57.75 112.34 90.38 -
System Red Green Blue C M Y K H S L
Decimal 5 90 30 0.94 0 0.67 0.65 137.65 0.89 0.19
Hex 5 5A 1E 5E 0 43 41 8A 59 13
Octal 5 132 36 136 0 103 101 212 131 23
Binary 101 1011010 11110 1011110 0 1000011 1000001 10001010 1011001 10011

Color Harmonies of #055A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A1E

Black with #055A1E

Text Example


Text Example

White with #055A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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