Html Css Color HEX #035811 Crusoe

📋 copy color: '#035811'

red 3 ◦ green 88 ◦ blue 17

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

Shades of Crusoe #035811

Tints of Crusoe #035811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 2.78%
G = 81.48%
B = 15.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#035811 (or 0x035811) is known color: Crusoe. HEX triplet: 03, 58 and 11. RGB value is (3,88,17). Sum of RGB (Red+Green+Blue) = 3+88+17=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #035811 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035811 is #FCA7EE. Grayscale: #363636. Windows color (decimal): -16558063 or 1136643. OLE color: 1136643.

HSL color Cylindrical-coordinate representation of color #035811: hue angle of 129.88º 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 #035811 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 88 17 -
CMYK 0.97 0 0.81 0.65
HSL 129.88º 0.93% 0.18% -
HSV(B) 129.88º 0.97% 0.35% -
XYZ 3.63 7.04 1.7 -
YUV 54.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 3 88 17 0.97 0 0.81 0.65 129.88 0.93 0.18
Hex 3 58 11 61 0 51 41 82 5D 12
Octal 3 130 21 141 0 121 101 202 135 22
Binary 11 1011000 10001 1100001 0 1010001 1000001 10000010 1011101 10010

Color Harmonies of #035811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035811

Black with #035811

Text Example


Text Example

White with #035811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035811; }

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

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

background-color css

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

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

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

border-color css

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

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

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