Html Css Color HEX #035711 Crusoe

📋 copy color: '#035711'

red 3 ◦ green 87 ◦ blue 17

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

Shades of Crusoe #035711

Tints of Crusoe #035711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 81.31%

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

R = 2.8%
G = 81.31%
B = 15.89%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#035711 (or 0x035711) is known color: Crusoe. HEX triplet: 03, 57 and 11. RGB value is (3,87,17). Sum of RGB (Red+Green+Blue) = 3+87+17=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 87 (34.38% from 255 or 81.31% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 87 - color contains mainly: green. Hex color #035711 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035711 is #FCA8EE. Grayscale: #363636. Windows color (decimal): -16558319 or 1136387. OLE color: 1136387.

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

Color convert

RGB 3 87 17 -
CMYK 0.97 0 0.80 0.66
HSL 130º 0.93% 0.18% -
HSV(B) 130º 0.97% 0.34% -
XYZ 3.55 6.88 1.67 -
YUV 53.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 3 87 17 0.97 0 0.80 0.66 130 0.93 0.18
Hex 3 57 11 61 0 50 42 82 5D 12
Octal 3 127 21 141 0 120 102 202 135 22
Binary 11 1010111 10001 1100001 0 1010000 1000010 10000010 1011101 10010

Color Harmonies of #035711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035711

Black with #035711

Text Example


Text Example

White with #035711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035711; }

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

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

background-color css

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

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

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

border-color css

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

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

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