Html Css Color HEX #046218 Crusoe

📋 copy color: '#046218'

red 4 ◦ green 98 ◦ blue 24

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

Shades of Crusoe #046218

Tints of Crusoe #046218

RGB

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

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

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

R = 3.17%
G = 77.78%
B = 19.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#046218 (or 0x046218) is known color: Crusoe. HEX triplet: 04, 62 and 18. RGB value is (4,98,24). Sum of RGB (Red+Green+Blue) = 4+98+24=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 98 (38.67% from 255 or 77.78% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 98 - color contains mainly: green. Hex color #046218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046218 is #FB9DE7. Grayscale: #3D3D3D. Windows color (decimal): -16489960 or 1597956. OLE color: 1597956.

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

Color convert

RGB 4 98 24 -
CMYK 0.96 0 0.76 0.62
HSL 132.77º 0.92% 0.2% -
HSV(B) 132.77º 0.96% 0.38% -
XYZ 4.58 8.83 2.33 -
YUV 61.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 4 98 24 0.96 0 0.76 0.62 132.77 0.92 0.2
Hex 4 62 18 60 0 4C 3E 85 5C 14
Octal 4 142 30 140 0 114 76 205 134 24
Binary 100 1100010 11000 1100000 0 1001100 111110 10000101 1011100 10100

Color Harmonies of #046218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046218

Black with #046218

Text Example


Text Example

White with #046218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046218; }

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

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

background-color css

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

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

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

border-color css

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

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

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