Html Css Color HEX #036328 Crusoe

📋 copy color: '#036328'

red 3 ◦ green 99 ◦ blue 40

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

Shades of Crusoe #036328

Tints of Crusoe #036328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 28.17%

R = 2.11%
G = 69.72%
B = 28.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#036328 (or 0x036328) is known color: Crusoe. HEX triplet: 03, 63 and 28. RGB value is (3,99,40). Sum of RGB (Red+Green+Blue) = 3+99+40=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #036328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036328 is #FC9CD7. Grayscale: #3F3F3F. Windows color (decimal): -16555224 or 2646787. OLE color: 2646787.

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

Color convert

RGB 3 99 40 -
CMYK 0.97 0 0.60 0.61
HSL 143.13º 0.94% 0.2% -
HSV(B) 143.13º 0.97% 0.39% -
XYZ 4.88 9.1 3.51 -
YUV 63.57 114.7 84.8 -
System Red Green Blue C M Y K H S L
Decimal 3 99 40 0.97 0 0.60 0.61 143.13 0.94 0.2
Hex 3 63 28 61 0 3C 3D 8F 5E 14
Octal 3 143 50 141 0 74 75 217 136 24
Binary 11 1100011 101000 1100001 0 111100 111101 10001111 1011110 10100

Color Harmonies of #036328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036328

Black with #036328

Text Example


Text Example

White with #036328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036328; }

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

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

background-color css

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

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

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

border-color css

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

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

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