Html Css Color HEX #045941 Jewel

📋 copy color: '#045941'

red 4 ◦ green 89 ◦ blue 65

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

Shades of Jewel #045941

Tints of Jewel #045941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.14%

R = 2.53%
G = 56.33%
B = 41.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#045941 (or 0x045941) is known color: Jewel. HEX triplet: 04, 59 and 41. RGB value is (4,89,65). Sum of RGB (Red+Green+Blue) = 4+89+65=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #045941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045941 is #FBA6BE. Grayscale: #3C3C3C. Windows color (decimal): -16492223 or 4282628. OLE color: 4282628.

HSL color Cylindrical-coordinate representation of color #045941: hue angle of 163.06º 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 #045941 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 89 65 -
CMYK 0.96 0 0.27 0.65
HSL 163.06º 0.91% 0.18% -
HSV(B) 163.06º 0.96% 0.35% -
XYZ 4.58 7.55 6.22 -
YUV 60.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 4 89 65 0.96 0 0.27 0.65 163.06 0.91 0.18
Hex 4 59 41 60 0 1B 41 A3 5B 12
Octal 4 131 101 140 0 33 101 243 133 22
Binary 100 1011001 1000001 1100000 0 11011 1000001 10100011 1011011 10010

Color Harmonies of #045941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045941

Black with #045941

Text Example


Text Example

White with #045941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045941; }

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

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

background-color css

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

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

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

border-color css

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

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

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