Html Css Color HEX #035816 Crusoe

📋 copy color: '#035816'

red 3 ◦ green 88 ◦ blue 22

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

Shades of Crusoe #035816

Tints of Crusoe #035816

RGB

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

 GREEN value IS 88 (34.77% from 255) = 77.88%

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 2.65%
G = 77.88%
B = 19.47%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#035816 (or 0x035816) is known color: Crusoe. HEX triplet: 03, 58 and 16. RGB value is (3,88,22). Sum of RGB (Red+Green+Blue) = 3+88+22=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 88 (34.77% from 255 or 77.88% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 88 - color contains mainly: green. Hex color #035816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035816 is #FCA7E9. Grayscale: #373737. Windows color (decimal): -16558058 or 1464323. OLE color: 1464323.

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

Color convert

RGB 3 88 22 -
CMYK 0.97 0 0.75 0.65
HSL 133.41º 0.93% 0.18% -
HSV(B) 133.41º 0.97% 0.35% -
XYZ 3.67 7.06 1.93 -
YUV 55.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 3 88 22 0.97 0 0.75 0.65 133.41 0.93 0.18
Hex 3 58 16 61 0 4B 41 85 5D 12
Octal 3 130 26 141 0 113 101 205 135 22
Binary 11 1011000 10110 1100001 0 1001011 1000001 10000101 1011101 10010

Color Harmonies of #035816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035816

Black with #035816

Text Example


Text Example

White with #035816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035816; }

 p { color: rgb(3,88,22); }

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

background-color css

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

 a { background-color: rgb(3,88,22); }

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

border-color css

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

 span { border-color: rgb(3,88,22); }

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