Html Css Color HEX #036315 Crusoe

📋 copy color: '#036315'

red 3 ◦ green 99 ◦ blue 21

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

Shades of Crusoe #036315

Tints of Crusoe #036315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 80.49%

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

R = 2.44%
G = 80.49%
B = 17.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#036315 (or 0x036315) is known color: Crusoe. HEX triplet: 03, 63 and 15. RGB value is (3,99,21). Sum of RGB (Red+Green+Blue) = 3+99+21=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 99 (39.06% from 255 or 80.49% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 99 - color contains mainly: green. Hex color #036315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036315 is #FC9CEA. Grayscale: #3D3D3D. Windows color (decimal): -16555243 or 1401603. OLE color: 1401603.

HSL color Cylindrical-coordinate representation of color #036315: hue angle of 131.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036315 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 99 21 -
CMYK 0.97 0 0.79 0.61
HSL 131.25º 0.94% 0.2% -
HSV(B) 131.25º 0.97% 0.39% -
XYZ 4.63 9 2.2 -
YUV 61.4 105.2 86.34 -
System Red Green Blue C M Y K H S L
Decimal 3 99 21 0.97 0 0.79 0.61 131.25 0.94 0.2
Hex 3 63 15 61 0 4F 3D 83 5E 14
Octal 3 143 25 141 0 117 75 203 136 24
Binary 11 1100011 10101 1100001 0 1001111 111101 10000011 1011110 10100

Color Harmonies of #036315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036315

Black with #036315

Text Example


Text Example

White with #036315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036315; }

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

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

background-color css

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

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

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

border-color css

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

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

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