#046A2F

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

Shades of Crusoe #046A2F

Tints of Crusoe #046A2F

Color information

#046A2F (or 0x046A2F) is unknown color: approx Crusoe. HEX triplet: 04, 6A and 2F. RGB value is (4,106,47). Sum of RGB (Red+Green+Blue) = 4+106+47=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 106 (41.80% from 255 or 67.52% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 106 - color contains mainly: green. Hex color #046A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046A2F is #FB95D0. Grayscale: #444444. Windows color (decimal): -16487889 or 3107332. OLE color: 3107332.

HSL color Cylindrical-coordinate representation of color #046A2F: hue angle of 145.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046A2F is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB410647-
CMYK0.9600.560.58
HSL145.29º92.73%21.57%-
HSV(B)145.29º96.23%41.57%-
XYZ5.7210.544.42-
YUV68.78115.7181.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.55%
GREEN value IS 106 (41.80% from 255) = 67.52%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=2.55%
G=67.52%
B=29.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4106470.9600.560.58145.2992.7321.57
Hex46A2F600383A915d16
Octal4152571400707222113526
Binary10011010101011111100000011100011101010010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046A2F; }

 p { color: rgb(4,106,47); }

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

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

 a { background-color: rgb(4,106,47); }

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

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

 span { border-color: rgb(4,106,47); }

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