Html Css Color HEX #046719 Crusoe

📋 copy color: '#046719'

red 4 ◦ green 103 ◦ blue 25

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

Shades of Crusoe #046719

Tints of Crusoe #046719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 78.03%

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

R = 3.03%
G = 78.03%
B = 18.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#046719 (or 0x046719) is known color: Crusoe. HEX triplet: 04, 67 and 19. RGB value is (4,103,25). Sum of RGB (Red+Green+Blue) = 4+103+25=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 103 (40.62% from 255 or 78.03% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 103 - color contains mainly: green. Hex color #046719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046719 is #FB98E6. Grayscale: #404040. Windows color (decimal): -16488679 or 1664772. OLE color: 1664772.

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

Color convert

RGB 4 103 25 -
CMYK 0.96 0 0.76 0.60
HSL 132.73º 0.93% 0.21% -
HSV(B) 132.73º 0.96% 0.4% -
XYZ 5.08 9.8 2.54 -
YUV 64.51 105.7 84.84 -
System Red Green Blue C M Y K H S L
Decimal 4 103 25 0.96 0 0.76 0.60 132.73 0.93 0.21
Hex 4 67 19 60 0 4C 3C 85 5D 15
Octal 4 147 31 140 0 114 74 205 135 25
Binary 100 1100111 11001 1100000 0 1001100 111100 10000101 1011101 10101

Color Harmonies of #046719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046719

Black with #046719

Text Example


Text Example

White with #046719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046719; }

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

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

background-color css

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

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

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

border-color css

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

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

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