Html Css Color HEX #04592A Crusoe

📋 copy color: '#04592A'

red 4 ◦ green 89 ◦ blue 42

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

Shades of Crusoe #04592A

Tints of Crusoe #04592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 65.93%

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 2.96%
G = 65.93%
B = 31.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#04592A (or 0x04592A) is known color: Crusoe. HEX triplet: 04, 59 and 2A. RGB value is (4,89,42). Sum of RGB (Red+Green+Blue) = 4+89+42=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 89 (35.16% from 255 or 65.93% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 89 - color contains mainly: green. Hex color #04592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04592A is #FBA6D5. Grayscale: #3A3A3A. Windows color (decimal): -16492246 or 2775300. OLE color: 2775300.

HSL color Cylindrical-coordinate representation of color #04592A: hue angle of 146.82º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04592A is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 89 42 -
CMYK 0.96 0 0.53 0.65
HSL 146.82º 0.91% 0.18% -
HSV(B) 146.82º 0.96% 0.35% -
XYZ 4.04 7.34 3.39 -
YUV 58.23 118.84 89.32 -
System Red Green Blue C M Y K H S L
Decimal 4 89 42 0.96 0 0.53 0.65 146.82 0.91 0.18
Hex 4 59 2A 60 0 35 41 93 5B 12
Octal 4 131 52 140 0 65 101 223 133 22
Binary 100 1011001 101010 1100000 0 110101 1000001 10010011 1011011 10010

Color Harmonies of #04592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04592A

Black with #04592A

Text Example


Text Example

White with #04592A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,89,42); }

 H1.HeaderClassName
 {
   color: #04592A;
 }
 .AnyTagClassName
 {
   color: #04592A;
 }
</style>

background-color css

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

 a { background-color: rgb(4,89,42); }

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

border-color css

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

 span { border-color: rgb(4,89,42); }

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