Html Css Color HEX #035513 Crusoe

📋 copy color: '#035513'

red 3 ◦ green 85 ◦ blue 19

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

Shades of Crusoe #035513

Tints of Crusoe #035513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 17.76%

R = 2.8%
G = 79.44%
B = 17.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#035513 (or 0x035513) is known color: Crusoe. HEX triplet: 03, 55 and 13. RGB value is (3,85,19). Sum of RGB (Red+Green+Blue) = 3+85+19=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #035513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035513 is #FCAAEC. Grayscale: #353535. Windows color (decimal): -16558829 or 1266947. OLE color: 1266947.

HSL color Cylindrical-coordinate representation of color #035513: hue angle of 131.71º 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 #035513 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 85 19 -
CMYK 0.96 0 0.78 0.67
HSL 131.71º 0.93% 0.17% -
HSV(B) 131.71º 0.96% 0.33% -
XYZ 3.4 6.56 1.7 -
YUV 52.96 108.83 92.37 -
System Red Green Blue C M Y K H S L
Decimal 3 85 19 0.96 0 0.78 0.67 131.71 0.93 0.17
Hex 3 55 13 60 0 4E 43 84 5D 11
Octal 3 125 23 140 0 116 103 204 135 21
Binary 11 1010101 10011 1100000 0 1001110 1000011 10000100 1011101 10001

Color Harmonies of #035513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035513

Black with #035513

Text Example


Text Example

White with #035513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035513; }

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

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

background-color css

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

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

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

border-color css

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

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

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