#04652B

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

Shades of Crusoe #04652B

Tints of Crusoe #04652B

Color information

#04652B (or 0x04652B) is unknown color: approx Crusoe. HEX triplet: 04, 65 and 2B. RGB value is (4,101,43). Sum of RGB (Red+Green+Blue) = 4+101+43=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 101 (39.84% from 255 or 68.24% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 101 - color contains mainly: green. Hex color #04652B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04652B is #FB9AD4. Grayscale: #414141. Windows color (decimal): -16489173 or 2843908. OLE color: 2843908.

HSL color Cylindrical-coordinate representation of color #04652B: hue angle of 144.12º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04652B is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.

Color convert

RGB410143-
CMYK0.9600.570.60
HSL144.12º92.38%20.59%-
HSV(B)144.12º96.04%39.61%-
XYZ5.149.513.85-
YUV65.38115.3684.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 101 (39.84% from 255) = 68.24%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=2.70%
G=68.24%
B=29.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4101430.9600.570.60144.1292.3820.59
Hex4652B600393C905c15
Octal4145531400717422013425
Binary10011001011010111100000011100111110010010000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04652B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04652B; }

 p { color: rgb(4,101,43); }

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

<style>
 a { background-color: #04652B; }

 a { background-color: rgb(4,101,43); }

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

<style>
 span { border-color: #04652B; }

 span { border-color: rgb(4,101,43); }

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