#04742D

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

Shades of Crusoe #04742D

Tints of Crusoe #04742D

Color information

#04742D (or 0x04742D) is unknown color: approx Crusoe. HEX triplet: 04, 74 and 2D. RGB value is (4,116,45). Sum of RGB (Red+Green+Blue) = 4+116+45=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 116 (45.70% from 255 or 70.30% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 116 - color contains mainly: green. Hex color #04742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04742D is #FB8BD2. Grayscale: #4A4A4A. Windows color (decimal): -16485331 or 2978820. OLE color: 2978820.

HSL color Cylindrical-coordinate representation of color #04742D: hue angle of 141.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04742D is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB411645-
CMYK0.9700.610.55
HSL141.96º93.33%23.53%-
HSV(B)141.96º96.55%45.49%-
XYZ6.7712.714.58-
YUV74.42111.3977.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 116 (45.70% from 255) = 70.30%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=2.42%
G=70.30%
B=27.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4116450.9700.610.55141.9693.3323.53
Hex4742D6103D378e5d18
Octal4164551410756721613530
Binary10011101001011011100001011110111011110001110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04742D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04742D; }

 p { color: rgb(4,116,45); }

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

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

 a { background-color: rgb(4,116,45); }

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

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

 span { border-color: rgb(4,116,45); }

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