Html Css Color HEX #035813 Crusoe

📋 copy color: '#035813'

red 3 ◦ green 88 ◦ blue 19

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

Shades of Crusoe #035813

Tints of Crusoe #035813

RGB

 RED value IS 3 (1.56% from 255) = 2.73%

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

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

R = 2.73%
G = 80%
B = 17.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#035813 (or 0x035813) is known color: Crusoe. HEX triplet: 03, 58 and 13. RGB value is (3,88,19). Sum of RGB (Red+Green+Blue) = 3+88+19=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 88 (34.77% from 255 or 80% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 88 - color contains mainly: green. Hex color #035813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035813 is #FCA7EC. Grayscale: #363636. Windows color (decimal): -16558061 or 1267715. OLE color: 1267715.

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

Color convert

RGB 3 88 19 -
CMYK 0.97 0 0.78 0.65
HSL 131.29º 0.93% 0.18% -
HSV(B) 131.29º 0.97% 0.35% -
XYZ 3.64 7.05 1.78 -
YUV 54.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 3 88 19 0.97 0 0.78 0.65 131.29 0.93 0.18
Hex 3 58 13 61 0 4E 41 83 5D 12
Octal 3 130 23 141 0 116 101 203 135 22
Binary 11 1011000 10011 1100001 0 1001110 1000001 10000011 1011101 10010

Color Harmonies of #035813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035813

Black with #035813

Text Example


Text Example

White with #035813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035813; }

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

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

background-color css

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

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

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

border-color css

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

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

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