Html Css Color HEX #036121 Crusoe

📋 copy color: '#036121'

red 3 ◦ green 97 ◦ blue 33

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

Shades of Crusoe #036121

Tints of Crusoe #036121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 72.93%

 BLUE value IS 33 (13.28% from 255) = 24.81%

R = 2.26%
G = 72.93%
B = 24.81%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#036121 (or 0x036121) is known color: Crusoe. HEX triplet: 03, 61 and 21. RGB value is (3,97,33). Sum of RGB (Red+Green+Blue) = 3+97+33=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #036121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036121 is #FC9EDE. Grayscale: #3D3D3D. Windows color (decimal): -16555743 or 2187523. OLE color: 2187523.

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

Color convert

RGB 3 97 33 -
CMYK 0.97 0 0.66 0.62
HSL 139.15º 0.94% 0.2% -
HSV(B) 139.15º 0.97% 0.38% -
XYZ 4.59 8.68 2.87 -
YUV 61.6 111.86 86.2 -
System Red Green Blue C M Y K H S L
Decimal 3 97 33 0.97 0 0.66 0.62 139.15 0.94 0.2
Hex 3 61 21 61 0 42 3E 8B 5E 14
Octal 3 141 41 141 0 102 76 213 136 24
Binary 11 1100001 100001 1100001 0 1000010 111110 10001011 1011110 10100

Color Harmonies of #036121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036121

Black with #036121

Text Example


Text Example

White with #036121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036121; }

 p { color: rgb(3,97,33); }

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

background-color css

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

 a { background-color: rgb(3,97,33); }

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

border-color css

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

 span { border-color: rgb(3,97,33); }

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