Html Css Color HEX #035915 Crusoe

📋 copy color: '#035915'

red 3 ◦ green 89 ◦ blue 21

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

Shades of Crusoe #035915

Tints of Crusoe #035915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.58%

R = 2.65%
G = 78.76%
B = 18.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#035915 (or 0x035915) is known color: Crusoe. HEX triplet: 03, 59 and 15. RGB value is (3,89,21). Sum of RGB (Red+Green+Blue) = 3+89+21=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 89 (35.16% from 255 or 78.76% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 89 - color contains mainly: green. Hex color #035915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035915 is #FCA6EA. Grayscale: #373737. Windows color (decimal): -16557803 or 1399043. OLE color: 1399043.

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

Color convert

RGB 3 89 21 -
CMYK 0.97 0 0.76 0.65
HSL 132.56º 0.93% 0.18% -
HSV(B) 132.56º 0.97% 0.35% -
XYZ 3.75 7.22 1.91 -
YUV 55.53 108.51 90.53 -
System Red Green Blue C M Y K H S L
Decimal 3 89 21 0.97 0 0.76 0.65 132.56 0.93 0.18
Hex 3 59 15 61 0 4C 41 85 5D 12
Octal 3 131 25 141 0 114 101 205 135 22
Binary 11 1011001 10101 1100001 0 1001100 1000001 10000101 1011101 10010

Color Harmonies of #035915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035915

Black with #035915

Text Example


Text Example

White with #035915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035915; }

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

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

background-color css

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

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

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

border-color css

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

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

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