Html Css Color HEX #005A27 Crusoe

📋 copy color: '#005A27'

red 0 ◦ green 90 ◦ blue 39

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

Shades of Crusoe #005A27

Tints of Crusoe #005A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.23%

R = 0%
G = 69.77%
B = 30.23%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#005A27 (or 0x005A27) is known color: Crusoe. HEX triplet: 00, 5A and 27. RGB value is (0,90,39). Sum of RGB (Red+Green+Blue) = 0+90+39=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 90 (35.55% from 255 or 69.77% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 90 - color contains mainly: green. Hex color #005A27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A27 is #FFA5D8. Grayscale: #393939. Windows color (decimal): -16754137 or 2578944. OLE color: 2578944.

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

Color convert

RGB 0 90 39 -
CMYK 1 0 0.57 0.65
HSL 146º 1% 0.18% -
HSV(B) 146º 1% 0.35% -
XYZ 4.02 7.46 3.15 -
YUV 57.28 117.68 87.15 -
System Red Green Blue C M Y K H S L
Decimal 0 90 39 1 0 0.57 0.65 146 1 0.18
Hex 0 5A 27 64 0 39 41 92 64 12
Octal 0 132 47 144 0 71 101 222 144 22
Binary 0 1011010 100111 1100100 0 111001 1000001 10010010 1100100 10010

Color Harmonies of #005A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A27

Black with #005A27

Text Example


Text Example

White with #005A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,90,39); }

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

background-color css

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

 a { background-color: rgb(0,90,39); }

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

border-color css

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

 span { border-color: rgb(0,90,39); }

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