Html Css Color HEX #046919 Crusoe

📋 copy color: '#046919'

red 4 ◦ green 105 ◦ blue 25

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

Shades of Crusoe #046919

Tints of Crusoe #046919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 78.36%

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 2.99%
G = 78.36%
B = 18.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#046919 (or 0x046919) is known color: Crusoe. HEX triplet: 04, 69 and 19. RGB value is (4,105,25). Sum of RGB (Red+Green+Blue) = 4+105+25=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #046919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046919 is #FB96E6. Grayscale: #414141. Windows color (decimal): -16488167 or 1665284. OLE color: 1665284.

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

Color convert

RGB 4 105 25 -
CMYK 0.96 0 0.76 0.59
HSL 132.48º 0.93% 0.21% -
HSV(B) 132.48º 0.96% 0.41% -
XYZ 5.28 10.2 2.61 -
YUV 65.68 105.04 84 -
System Red Green Blue C M Y K H S L
Decimal 4 105 25 0.96 0 0.76 0.59 132.48 0.93 0.21
Hex 4 69 19 60 0 4C 3B 84 5D 15
Octal 4 151 31 140 0 114 73 204 135 25
Binary 100 1101001 11001 1100000 0 1001100 111011 10000100 1011101 10101

Color Harmonies of #046919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046919

Black with #046919

Text Example


Text Example

White with #046919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046919; }

 p { color: rgb(4,105,25); }

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

background-color css

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

 a { background-color: rgb(4,105,25); }

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

border-color css

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

 span { border-color: rgb(4,105,25); }

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