Html Css Color HEX #055E1A Crusoe

📋 copy color: '#055E1A'

red 5 ◦ green 94 ◦ blue 26

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

Shades of Crusoe #055E1A

Tints of Crusoe #055E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 75.2%

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 4%
G = 75.2%
B = 20.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#055E1A (or 0x055E1A) is known color: Crusoe. HEX triplet: 05, 5E and 1A. RGB value is (5,94,26). Sum of RGB (Red+Green+Blue) = 5+94+26=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 94 (37.11% from 255 or 75.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 94 - color contains mainly: green. Hex color #055E1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E1A is #FAA1E5. Grayscale: #3B3B3B. Windows color (decimal): -16425446 or 1728005. OLE color: 1728005.

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

Color convert

RGB 5 94 26 -
CMYK 0.95 0 0.72 0.63
HSL 134.16º 0.9% 0.19% -
HSV(B) 134.16º 0.95% 0.37% -
XYZ 4.25 8.11 2.32 -
YUV 59.64 109.01 89.03 -
System Red Green Blue C M Y K H S L
Decimal 5 94 26 0.95 0 0.72 0.63 134.16 0.9 0.19
Hex 5 5E 1A 5F 0 48 3F 86 5A 13
Octal 5 136 32 137 0 110 77 206 132 23
Binary 101 1011110 11010 1011111 0 1001000 111111 10000110 1011010 10011

Color Harmonies of #055E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E1A

Black with #055E1A

Text Example


Text Example

White with #055E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,94,26); }

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

background-color css

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

 a { background-color: rgb(5,94,26); }

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

border-color css

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

 span { border-color: rgb(5,94,26); }

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