#04621F

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

Shades of Crusoe #04621F

Tints of Crusoe #04621F

Color information

#04621F (or 0x04621F) is unknown color: approx Crusoe. HEX triplet: 04, 62 and 1F. RGB value is (4,98,31). Sum of RGB (Red+Green+Blue) = 4+98+31=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 98 (38.67% from 255 or 73.68% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 98 - color contains mainly: green. Hex color #04621F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04621F is #FB9DE0. Grayscale: #3E3E3E. Windows color (decimal): -16489953 or 2056708. OLE color: 2056708.

HSL color Cylindrical-coordinate representation of color #04621F: hue angle of 137.23º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04621F is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB49831-
CMYK0.9600.680.62
HSL137.23º92.16%20%-
HSV(B)137.23º95.92%38.43%-
XYZ4.678.862.76-
YUV62.26110.3686.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 98 (38.67% from 255) = 73.68%
BLUE value IS 31 (12.5% from 255) = 23.31%
R=3.01%
G=73.68%
B=23.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal498310.9600.680.62137.2392.1620
Hex4621F600443E895c14
Octal41423714001047621113424
Binary10011000101111111000000100010011111010001001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04621F; }

 p { color: rgb(4,98,31); }

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

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

 a { background-color: rgb(4,98,31); }

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

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

 span { border-color: rgb(4,98,31); }

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