Html Css Color HEX #046318 Crusoe

📋 copy color: '#046318'

red 4 ◦ green 99 ◦ blue 24

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

Shades of Crusoe #046318

Tints of Crusoe #046318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 3.15%
G = 77.95%
B = 18.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#046318 (or 0x046318) is known color: Crusoe. HEX triplet: 04, 63 and 18. RGB value is (4,99,24). Sum of RGB (Red+Green+Blue) = 4+99+24=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 99 (39.06% from 255 or 77.95% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 99 - color contains mainly: green. Hex color #046318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046318 is #FB9CE7. Grayscale: #3E3E3E. Windows color (decimal): -16489704 or 1598212. OLE color: 1598212.

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

Color convert

RGB 4 99 24 -
CMYK 0.96 0 0.76 0.61
HSL 132.63º 0.92% 0.2% -
HSV(B) 132.63º 0.96% 0.39% -
XYZ 4.68 9.02 2.36 -
YUV 62.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 4 99 24 0.96 0 0.76 0.61 132.63 0.92 0.2
Hex 4 63 18 60 0 4C 3D 85 5C 14
Octal 4 143 30 140 0 114 75 205 134 24
Binary 100 1100011 11000 1100000 0 1001100 111101 10000101 1011100 10100

Color Harmonies of #046318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046318

Black with #046318

Text Example


Text Example

White with #046318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046318; }

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

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

background-color css

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

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

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

border-color css

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

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

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