Html Css Color HEX #046320 Crusoe

📋 copy color: '#046320'

red 4 ◦ green 99 ◦ blue 32

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

Shades of Crusoe #046320

Tints of Crusoe #046320

RGB

 RED value IS 4 (1.95% from 255) = 2.96%

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

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

R = 2.96%
G = 73.33%
B = 23.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#046320 (or 0x046320) is known color: Crusoe. HEX triplet: 04, 63 and 20. RGB value is (4,99,32). Sum of RGB (Red+Green+Blue) = 4+99+32=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #046320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046320 is #FB9CDF. Grayscale: #3F3F3F. Windows color (decimal): -16489696 or 2122500. OLE color: 2122500.

HSL color Cylindrical-coordinate representation of color #046320: hue angle of 137.68º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046320 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 99 32 -
CMYK 0.96 0 0.68 0.61
HSL 137.68º 0.92% 0.2% -
HSV(B) 137.68º 0.96% 0.39% -
XYZ 4.77 9.05 2.86 -
YUV 62.96 110.53 85.95 -
System Red Green Blue C M Y K H S L
Decimal 4 99 32 0.96 0 0.68 0.61 137.68 0.92 0.2
Hex 4 63 20 60 0 44 3D 8A 5C 14
Octal 4 143 40 140 0 104 75 212 134 24
Binary 100 1100011 100000 1100000 0 1000100 111101 10001010 1011100 10100

Color Harmonies of #046320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046320

Black with #046320

Text Example


Text Example

White with #046320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046320; }

 p { color: rgb(4,99,32); }

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

background-color css

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

 a { background-color: rgb(4,99,32); }

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

border-color css

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

 span { border-color: rgb(4,99,32); }

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