Html Css Color HEX #055B2F Crusoe

📋 copy color: '#055B2F'

red 5 ◦ green 91 ◦ blue 47

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

Shades of Crusoe #055B2F

Tints of Crusoe #055B2F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 63.64%

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 3.5%
G = 63.64%
B = 32.87%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#055B2F (or 0x055B2F) is known color: Crusoe. HEX triplet: 05, 5B and 2F. RGB value is (5,91,47). Sum of RGB (Red+Green+Blue) = 5+91+47=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #055B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055B2F is #FAA4D0. Grayscale: #3C3C3C. Windows color (decimal): -16426193 or 3103493. OLE color: 3103493.

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

Color convert

RGB 5 91 47 -
CMYK 0.95 0 0.48 0.64
HSL 149.3º 0.9% 0.19% -
HSV(B) 149.3º 0.95% 0.36% -
XYZ 4.32 7.72 3.95 -
YUV 60.27 120.51 88.58 -
System Red Green Blue C M Y K H S L
Decimal 5 91 47 0.95 0 0.48 0.64 149.3 0.9 0.19
Hex 5 5B 2F 5F 0 30 40 95 5A 13
Octal 5 133 57 137 0 60 100 225 132 23
Binary 101 1011011 101111 1011111 0 110000 1000000 10010101 1011010 10011

Color Harmonies of #055B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055B2F

Black with #055B2F

Text Example


Text Example

White with #055B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,91,47); }

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

background-color css

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

 a { background-color: rgb(5,91,47); }

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

border-color css

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

 span { border-color: rgb(5,91,47); }

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