Html Css Color HEX #036226 Crusoe

📋 copy color: '#036226'

red 3 ◦ green 98 ◦ blue 38

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

Shades of Crusoe #036226

Tints of Crusoe #036226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 70.5%

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 2.16%
G = 70.5%
B = 27.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#036226 (or 0x036226) is known color: Crusoe. HEX triplet: 03, 62 and 26. RGB value is (3,98,38). Sum of RGB (Red+Green+Blue) = 3+98+38=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 98 (38.67% from 255 or 70.50% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 98 - color contains mainly: green. Hex color #036226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036226 is #FC9DD9. Grayscale: #3E3E3E. Windows color (decimal): -16555482 or 2515459. OLE color: 2515459.

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

Color convert

RGB 3 98 38 -
CMYK 0.97 0 0.61 0.62
HSL 142.11º 0.94% 0.2% -
HSV(B) 142.11º 0.97% 0.38% -
XYZ 4.76 8.89 3.3 -
YUV 62.76 114.03 85.38 -
System Red Green Blue C M Y K H S L
Decimal 3 98 38 0.97 0 0.61 0.62 142.11 0.94 0.2
Hex 3 62 26 61 0 3D 3E 8E 5E 14
Octal 3 142 46 141 0 75 76 216 136 24
Binary 11 1100010 100110 1100001 0 111101 111110 10001110 1011110 10100

Color Harmonies of #036226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036226

Black with #036226

Text Example


Text Example

White with #036226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036226; }

 p { color: rgb(3,98,38); }

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

background-color css

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

 a { background-color: rgb(3,98,38); }

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

border-color css

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

 span { border-color: rgb(3,98,38); }

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