Html Css Color HEX #035719 Crusoe

📋 copy color: '#035719'

red 3 ◦ green 87 ◦ blue 25

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

Shades of Crusoe #035719

Tints of Crusoe #035719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.74%

R = 2.61%
G = 75.65%
B = 21.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#035719 (or 0x035719) is known color: Crusoe. HEX triplet: 03, 57 and 19. RGB value is (3,87,25). Sum of RGB (Red+Green+Blue) = 3+87+25=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 87 (34.38% from 255 or 75.65% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 87 - color contains mainly: green. Hex color #035719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035719 is #FCA8E6. Grayscale: #363636. Windows color (decimal): -16558311 or 1660675. OLE color: 1660675.

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

Color convert

RGB 3 87 25 -
CMYK 0.97 0 0.71 0.66
HSL 135.71º 0.93% 0.18% -
HSV(B) 135.71º 0.97% 0.34% -
XYZ 3.62 6.91 2.06 -
YUV 54.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 3 87 25 0.97 0 0.71 0.66 135.71 0.93 0.18
Hex 3 57 19 61 0 47 42 88 5D 12
Octal 3 127 31 141 0 107 102 210 135 22
Binary 11 1010111 11001 1100001 0 1000111 1000010 10001000 1011101 10010

Color Harmonies of #035719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035719

Black with #035719

Text Example


Text Example

White with #035719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035719; }

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

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

background-color css

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

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

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

border-color css

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

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

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