Html Css Color HEX #046818 Crusoe

📋 copy color: '#046818'

red 4 ◦ green 104 ◦ blue 24

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

Shades of Crusoe #046818

Tints of Crusoe #046818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 78.79%

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

R = 3.03%
G = 78.79%
B = 18.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#046818 (or 0x046818) is known color: Crusoe. HEX triplet: 04, 68 and 18. RGB value is (4,104,24). Sum of RGB (Red+Green+Blue) = 4+104+24=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 104 (41.02% from 255 or 78.79% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 104 - color contains mainly: green. Hex color #046818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046818 is #FB97E7. Grayscale: #414141. Windows color (decimal): -16488424 or 1599492. OLE color: 1599492.

HSL color Cylindrical-coordinate representation of color #046818: hue angle of 132º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046818 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 104 24 -
CMYK 0.96 0 0.77 0.59
HSL 132º 0.93% 0.21% -
HSV(B) 132º 0.96% 0.41% -
XYZ 5.17 9.99 2.52 -
YUV 64.98 104.87 84.5 -
System Red Green Blue C M Y K H S L
Decimal 4 104 24 0.96 0 0.77 0.59 132 0.93 0.21
Hex 4 68 18 60 0 4D 3B 84 5D 15
Octal 4 150 30 140 0 115 73 204 135 25
Binary 100 1101000 11000 1100000 0 1001101 111011 10000100 1011101 10101

Color Harmonies of #046818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046818

Black with #046818

Text Example


Text Example

White with #046818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046818; }

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

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

background-color css

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

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

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

border-color css

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

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

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