Html Css Color HEX #005813 Crusoe

📋 copy color: '#005813'

red 0 ◦ green 88 ◦ blue 19

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

Shades of Crusoe #005813

Tints of Crusoe #005813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 82.24%

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 0%
G = 82.24%
B = 17.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#005813 (or 0x005813) is known color: Crusoe. HEX triplet: 00, 58 and 13. RGB value is (0,88,19). Sum of RGB (Red+Green+Blue) = 0+88+19=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 88 (34.77% from 255 or 82.24% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 88 - color contains mainly: green. Hex color #005813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005813 is #FFA7EC. Grayscale: #363636. Windows color (decimal): -16754669 or 1267712. OLE color: 1267712.

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

Color convert

RGB 0 88 19 -
CMYK 1 0 0.78 0.65
HSL 132.95º 1% 0.17% -
HSV(B) 132.95º 1% 0.35% -
XYZ 3.61 7.03 1.78 -
YUV 53.82 108.35 89.61 -
System Red Green Blue C M Y K H S L
Decimal 0 88 19 1 0 0.78 0.65 132.95 1 0.17
Hex 0 58 13 64 0 4E 41 85 64 11
Octal 0 130 23 144 0 116 101 205 144 21
Binary 0 1011000 10011 1100100 0 1001110 1000001 10000101 1100100 10001

Color Harmonies of #005813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005813

Black with #005813

Text Example


Text Example

White with #005813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005813; }

 p { color: rgb(0,88,19); }

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

background-color css

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

 a { background-color: rgb(0,88,19); }

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

border-color css

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

 span { border-color: rgb(0,88,19); }

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