Html Css Color HEX #035911 Crusoe

📋 copy color: '#035911'

red 3 ◦ green 89 ◦ blue 17

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

Shades of Crusoe #035911

Tints of Crusoe #035911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 81.65%

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

R = 2.75%
G = 81.65%
B = 15.6%

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

#035911 (or 0x035911) is known color: Crusoe. HEX triplet: 03, 59 and 11. RGB value is (3,89,17). Sum of RGB (Red+Green+Blue) = 3+89+17=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 89 (35.16% from 255 or 81.65% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 89 - color contains mainly: green. Hex color #035911 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035911 is #FCA6EE. Grayscale: #373737. Windows color (decimal): -16557807 or 1136899. OLE color: 1136899.

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

Color convert

RGB 3 89 17 -
CMYK 0.97 0 0.81 0.65
HSL 129.77º 0.93% 0.18% -
HSV(B) 129.77º 0.97% 0.35% -
XYZ 3.71 7.2 1.73 -
YUV 55.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 3 89 17 0.97 0 0.81 0.65 129.77 0.93 0.18
Hex 3 59 11 61 0 51 41 82 5D 12
Octal 3 131 21 141 0 121 101 202 135 22
Binary 11 1011001 10001 1100001 0 1010001 1000001 10000010 1011101 10010

Color Harmonies of #035911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035911

Black with #035911

Text Example


Text Example

White with #035911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035911; }

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

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

background-color css

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

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

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

border-color css

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

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

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