Html Css Color HEX #035519 Crusoe

📋 copy color: '#035519'

red 3 ◦ green 85 ◦ blue 25

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

Shades of Crusoe #035519

Tints of Crusoe #035519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 75.22%

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

R = 2.65%
G = 75.22%
B = 22.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#035519 (or 0x035519) is known color: Crusoe. HEX triplet: 03, 55 and 19. RGB value is (3,85,25). Sum of RGB (Red+Green+Blue) = 3+85+25=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 85 (33.59% from 255 or 75.22% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 85 - color contains mainly: green. Hex color #035519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035519 is #FCAAE6. Grayscale: #353535. Windows color (decimal): -16558823 or 1660163. OLE color: 1660163.

HSL color Cylindrical-coordinate representation of color #035519: hue angle of 136.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035519 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 85 25 -
CMYK 0.96 0 0.71 0.67
HSL 136.1º 0.93% 0.17% -
HSV(B) 136.1º 0.96% 0.33% -
XYZ 3.46 6.59 2.01 -
YUV 53.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 3 85 25 0.96 0 0.71 0.67 136.1 0.93 0.17
Hex 3 55 19 60 0 47 43 88 5D 11
Octal 3 125 31 140 0 107 103 210 135 21
Binary 11 1010101 11001 1100000 0 1000111 1000011 10001000 1011101 10001

Color Harmonies of #035519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035519

Black with #035519

Text Example


Text Example

White with #035519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035519; }

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

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

background-color css

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

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

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

border-color css

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

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

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