Html Css Color HEX #036720 Crusoe

📋 copy color: '#036720'

red 3 ◦ green 103 ◦ blue 32

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

Shades of Crusoe #036720

Tints of Crusoe #036720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 74.64%

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 2.17%
G = 74.64%
B = 23.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#036720 (or 0x036720) is known color: Crusoe. HEX triplet: 03, 67 and 20. RGB value is (3,103,32). Sum of RGB (Red+Green+Blue) = 3+103+32=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #036720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036720 is #FC98DF. Grayscale: #414141. Windows color (decimal): -16554208 or 2123523. OLE color: 2123523.

HSL color Cylindrical-coordinate representation of color #036720: hue angle of 137.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036720 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 103 32 -
CMYK 0.97 0 0.69 0.60
HSL 137.4º 0.94% 0.21% -
HSV(B) 137.4º 0.97% 0.4% -
XYZ 5.15 9.82 2.99 -
YUV 65.01 109.37 83.77 -
System Red Green Blue C M Y K H S L
Decimal 3 103 32 0.97 0 0.69 0.60 137.4 0.94 0.21
Hex 3 67 20 61 0 45 3C 89 5E 15
Octal 3 147 40 141 0 105 74 211 136 25
Binary 11 1100111 100000 1100001 0 1000101 111100 10001001 1011110 10101

Color Harmonies of #036720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036720

Black with #036720

Text Example


Text Example

White with #036720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036720; }

 p { color: rgb(3,103,32); }

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

background-color css

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

 a { background-color: rgb(3,103,32); }

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

border-color css

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

 span { border-color: rgb(3,103,32); }

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