Html Css Color HEX #036122 Crusoe

📋 copy color: '#036122'

red 3 ◦ green 97 ◦ blue 34

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

Shades of Crusoe #036122

Tints of Crusoe #036122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 25.37%

R = 2.24%
G = 72.39%
B = 25.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#036122 (or 0x036122) is known color: Crusoe. HEX triplet: 03, 61 and 22. RGB value is (3,97,34). Sum of RGB (Red+Green+Blue) = 3+97+34=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #036122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036122 is #FC9EDD. Grayscale: #3D3D3D. Windows color (decimal): -16555742 or 2253059. OLE color: 2253059.

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

Color convert

RGB 3 97 34 -
CMYK 0.97 0 0.65 0.62
HSL 139.79º 0.94% 0.2% -
HSV(B) 139.79º 0.97% 0.38% -
XYZ 4.6 8.68 2.95 -
YUV 61.71 112.36 86.12 -
System Red Green Blue C M Y K H S L
Decimal 3 97 34 0.97 0 0.65 0.62 139.79 0.94 0.2
Hex 3 61 22 61 0 41 3E 8C 5E 14
Octal 3 141 42 141 0 101 76 214 136 24
Binary 11 1100001 100010 1100001 0 1000001 111110 10001100 1011110 10100

Color Harmonies of #036122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036122

Black with #036122

Text Example


Text Example

White with #036122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036122; }

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

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

background-color css

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

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

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

border-color css

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

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

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