#046717

Color #046717 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #046717

Tints of Crusoe #046717

Color information

#046717 (or 0x046717) is unknown color: approx Crusoe. HEX triplet: 04, 67 and 17. RGB value is (4,103,23). Sum of RGB (Red+Green+Blue) = 4+103+23=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #046717 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046717 is #FB98E8. Grayscale: #404040. Windows color (decimal): -16488681 or 1533700. OLE color: 1533700.

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

Color convert

RGB410323-
CMYK0.9600.780.60
HSL131.52º92.52%20.98%-
HSV(B)131.52º96.12%40.39%-
XYZ5.059.792.43-
YUV64.28104.785-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 103 (40.62% from 255) = 79.23%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=3.08%
G=79.23%
B=17.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4103230.9600.780.60131.5292.5220.98
Hex467176004E3C845d15
Octal41472714001167420413525
Binary10011001111011111000000100111011110010000100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046717; }

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

 H1.HeaderClassName
 {
   color: #046717;
 }
 .AnyTagClassName
 {
   color: #046717;
 }
</style>
background-color css

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

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

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

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

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

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