Html Css Color HEX #055A30 Crusoe

📋 copy color: '#055A30'

red 5 ◦ green 90 ◦ blue 48

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

Shades of Crusoe #055A30

Tints of Crusoe #055A30

RGB

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

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

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

R = 3.5%
G = 62.94%
B = 33.57%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#055A30 (or 0x055A30) is known color: Crusoe. HEX triplet: 05, 5A and 30. RGB value is (5,90,48). Sum of RGB (Red+Green+Blue) = 5+90+48=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #055A30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055A30 is #FAA5CF. Grayscale: #3B3B3B. Windows color (decimal): -16426448 or 3168773. OLE color: 3168773.

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

Color convert

RGB 5 90 48 -
CMYK 0.94 0 0.47 0.65
HSL 150.35º 0.89% 0.19% -
HSV(B) 150.35º 0.94% 0.35% -
XYZ 4.25 7.56 4.03 -
YUV 59.8 121.34 88.92 -
System Red Green Blue C M Y K H S L
Decimal 5 90 48 0.94 0 0.47 0.65 150.35 0.89 0.19
Hex 5 5A 30 5E 0 2F 41 96 59 13
Octal 5 132 60 136 0 57 101 226 131 23
Binary 101 1011010 110000 1011110 0 101111 1000001 10010110 1011001 10011

Color Harmonies of #055A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A30

Black with #055A30

Text Example


Text Example

White with #055A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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