Html Css Color HEX #005A1C Crusoe

📋 copy color: '#005A1C'

red 0 ◦ green 90 ◦ blue 28

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

Shades of Crusoe #005A1C

Tints of Crusoe #005A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.73%

R = 0%
G = 76.27%
B = 23.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#005A1C (or 0x005A1C) is known color: Crusoe. HEX triplet: 00, 5A and 1C. RGB value is (0,90,28). Sum of RGB (Red+Green+Blue) = 0+90+28=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 90 (35.55% from 255 or 76.27% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 90 - color contains mainly: green. Hex color #005A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A1C is #FFA5E3. Grayscale: #383838. Windows color (decimal): -16754148 or 1858048. OLE color: 1858048.

HSL color Cylindrical-coordinate representation of color #005A1C: hue angle of 138.67º 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 #005A1C is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 0 90 28 -
CMYK 1 0 0.69 0.65
HSL 138.67º 1% 0.18% -
HSV(B) 138.67º 1% 0.35% -
XYZ 3.87 7.4 2.32 -
YUV 56.02 112.18 88.04 -
System Red Green Blue C M Y K H S L
Decimal 0 90 28 1 0 0.69 0.65 138.67 1 0.18
Hex 0 5A 1C 64 0 45 41 8B 64 12
Octal 0 132 34 144 0 105 101 213 144 22
Binary 0 1011010 11100 1100100 0 1000101 1000001 10001011 1100100 10010

Color Harmonies of #005A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A1C

Black with #005A1C

Text Example


Text Example

White with #005A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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