Html Css Color HEX #04652E Crusoe

📋 copy color: '#04652E'

red 4 ◦ green 101 ◦ blue 46

#04652E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #04652E

Tints of Crusoe #04652E

RGB

 RED value IS 4 (1.95% from 255) = 2.65%

 GREEN value IS 101 (39.84% from 255) = 66.89%

 BLUE value IS 46 (18.36% from 255) = 30.46%

R = 2.65%
G = 66.89%
B = 30.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.60

RGB Variations

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

Color information

#04652E (or 0x04652E) is known color: Crusoe. HEX triplet: 04, 65 and 2E. RGB value is (4,101,46). Sum of RGB (Red+Green+Blue) = 4+101+46=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 101 (39.84% from 255 or 66.89% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 101 - color contains mainly: green. Hex color #04652E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04652E is #FB9AD1. Grayscale: #414141. Windows color (decimal): -16489170 or 3040516. OLE color: 3040516.

HSL color Cylindrical-coordinate representation of color #04652E: hue angle of 145.98º 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 #04652E is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 101 46 -
CMYK 0.96 0 0.54 0.60
HSL 145.98º 0.92% 0.21% -
HSV(B) 145.98º 0.96% 0.4% -
XYZ 5.2 9.53 4.15 -
YUV 65.73 116.86 83.97 -
System Red Green Blue C M Y K H S L
Decimal 4 101 46 0.96 0 0.54 0.60 145.98 0.92 0.21
Hex 4 65 2E 60 0 36 3C 92 5C 15
Octal 4 145 56 140 0 66 74 222 134 25
Binary 100 1100101 101110 1100000 0 110110 111100 10010010 1011100 10101

Color Harmonies of #04652E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04652E

Black with #04652E

Text Example


Text Example

White with #04652E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04652E;
 }
 .AnyTagClassName
 {
   color: #04652E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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