#046924

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

Shades of Crusoe #046924

Tints of Crusoe #046924

Color information

#046924 (or 0x046924) is unknown color: approx Crusoe. HEX triplet: 04, 69 and 24. RGB value is (4,105,36). Sum of RGB (Red+Green+Blue) = 4+105+36=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #046924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046924 is #FB96DB. Grayscale: #434343. Windows color (decimal): -16488156 or 2386180. OLE color: 2386180.

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

Color convert

RGB410536-
CMYK0.9600.660.59
HSL139.01º92.66%21.37%-
HSV(B)139.01º96.19%41.18%-
XYZ5.4210.263.36-
YUV66.94110.5483.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 105 (41.41% from 255) = 72.41%
BLUE value IS 36 (14.45% from 255) = 24.83%
R=2.76%
G=72.41%
B=24.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4105360.9600.660.59139.0192.6621.37
Hex46924600423B8b5d15
Octal41514414001027321313525
Binary100110100110010011000000100001011101110001011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046924; }

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

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

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

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

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

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

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

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