#04631E

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

Shades of Crusoe #04631E

Tints of Crusoe #04631E

Color information

#04631E (or 0x04631E) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 1E. RGB value is (4,99,30). Sum of RGB (Red+Green+Blue) = 4+99+30=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #04631E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04631E is #FB9CE1. Grayscale: #3E3E3E. Windows color (decimal): -16489698 or 1991428. OLE color: 1991428.

HSL color Cylindrical-coordinate representation of color #04631E: hue angle of 136.42º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04631E is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB49930-
CMYK0.9600.700.61
HSL136.42º92.23%20.2%-
HSV(B)136.42º95.96%38.82%-
XYZ4.759.042.72-
YUV62.73109.5386.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 99 (39.06% from 255) = 74.44%
BLUE value IS 30 (12.11% from 255) = 22.56%
R=3.01%
G=74.44%
B=22.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499300.9600.700.61136.4292.2320.2
Hex4631E600463D885c14
Octal41433614001067521013424
Binary10011000111111011000000100011011110110001000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04631E; }

 p { color: rgb(4,99,30); }

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

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

 a { background-color: rgb(4,99,30); }

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

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

 span { border-color: rgb(4,99,30); }

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