#04631A

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

Shades of Crusoe #04631A

Tints of Crusoe #04631A

Color information

#04631A (or 0x04631A) is unknown color: approx Crusoe. HEX triplet: 04, 63 and 1A. RGB value is (4,99,26). Sum of RGB (Red+Green+Blue) = 4+99+26=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 99 (39.06% from 255 or 76.74% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 99 - color contains mainly: green. Hex color #04631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04631A is #FB9CE5. Grayscale: #3E3E3E. Windows color (decimal): -16489702 or 1729284. OLE color: 1729284.

HSL color Cylindrical-coordinate representation of color #04631A: hue angle of 133.89º 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 #04631A is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB49926-
CMYK0.9600.740.61
HSL133.89º92.23%20.2%-
HSV(B)133.89º95.96%38.82%-
XYZ4.79.022.47-
YUV62.27107.5386.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 99 (39.06% from 255) = 76.74%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=3.10%
G=76.74%
B=20.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal499260.9600.740.61133.8992.2320.2
Hex4631A6004A3D865c14
Octal41433214001127520613424
Binary10011000111101011000000100101011110110000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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