Html Css Color HEX #055E30 Crusoe

📋 copy color: '#055E30'

red 5 ◦ green 94 ◦ blue 48

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

Shades of Crusoe #055E30

Tints of Crusoe #055E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 3.4%
G = 63.95%
B = 32.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.63

RGB Variations

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

Color information

#055E30 (or 0x055E30) is known color: Crusoe. HEX triplet: 05, 5E and 30. RGB value is (5,94,48). Sum of RGB (Red+Green+Blue) = 5+94+48=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 94 (37.11% from 255 or 63.95% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 94 - color contains mainly: green. Hex color #055E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055E30 is #FAA1CF. Grayscale: #3E3E3E. Windows color (decimal): -16425424 or 3169797. OLE color: 3169797.

HSL color Cylindrical-coordinate representation of color #055E30: hue angle of 148.99º 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 #055E30 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 94 48 -
CMYK 0.95 0 0.49 0.63
HSL 148.99º 0.9% 0.19% -
HSV(B) 148.99º 0.95% 0.37% -
XYZ 4.6 8.25 4.15 -
YUV 62.15 120.01 87.24 -
System Red Green Blue C M Y K H S L
Decimal 5 94 48 0.95 0 0.49 0.63 148.99 0.9 0.19
Hex 5 5E 30 5F 0 31 3F 95 5A 13
Octal 5 136 60 137 0 61 77 225 132 23
Binary 101 1011110 110000 1011111 0 110001 111111 10010101 1011010 10011

Color Harmonies of #055E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E30

Black with #055E30

Text Example


Text Example

White with #055E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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