Html Css Color HEX #005B28 Crusoe

📋 copy color: '#005B28'

red 0 ◦ green 91 ◦ blue 40

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

Shades of Crusoe #005B28

Tints of Crusoe #005B28

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 40 (16.02% from 255) = 30.53%

R = 0%
G = 69.47%
B = 30.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#005B28 (or 0x005B28) is known color: Crusoe. HEX triplet: 00, 5B and 28. RGB value is (0,91,40). Sum of RGB (Red+Green+Blue) = 0+91+40=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 91 (35.94% from 255 or 69.47% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 91 - color contains mainly: green. Hex color #005B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B28 is #FFA4D7. Grayscale: #3A3A3A. Windows color (decimal): -16753880 or 2644736. OLE color: 2644736.

HSL color Cylindrical-coordinate representation of color #005B28: hue angle of 146.37º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B28 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 91 40 -
CMYK 1 0 0.56 0.64
HSL 146.37º 1% 0.18% -
HSV(B) 146.37º 1% 0.36% -
XYZ 4.12 7.64 3.26 -
YUV 57.98 117.85 86.65 -
System Red Green Blue C M Y K H S L
Decimal 0 91 40 1 0 0.56 0.64 146.37 1 0.18
Hex 0 5B 28 64 0 38 40 92 64 12
Octal 0 133 50 144 0 70 100 222 144 22
Binary 0 1011011 101000 1100100 0 111000 1000000 10010010 1100100 10010

Color Harmonies of #005B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B28

Black with #005B28

Text Example


Text Example

White with #005B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005B28; }

 p { color: rgb(0,91,40); }

 H1.HeaderClassName
 {
   color: #005B28;
 }
 .AnyTagClassName
 {
   color: #005B28;
 }
</style>

background-color css

<style>
 a { background-color: #005B28; }

 a { background-color: rgb(0,91,40); }

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

border-color css

<style>
 span { border-color: #005B28; }

 span { border-color: rgb(0,91,40); }

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