Html Css Color HEX #045940 Jewel

📋 copy color: '#045940'

red 4 ◦ green 89 ◦ blue 64

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

Shades of Jewel #045940

Tints of Jewel #045940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 2.55%
G = 56.69%
B = 40.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#045940 (or 0x045940) is known color: Jewel. HEX triplet: 04, 59 and 40. RGB value is (4,89,64). Sum of RGB (Red+Green+Blue) = 4+89+64=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #045940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045940 is #FBA6BF. Grayscale: #3C3C3C. Windows color (decimal): -16492224 or 4217092. OLE color: 4217092.

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

Color convert

RGB 4 89 64 -
CMYK 0.96 0 0.28 0.65
HSL 162.35º 0.91% 0.18% -
HSV(B) 162.35º 0.96% 0.35% -
XYZ 4.55 7.54 6.07 -
YUV 60.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 4 89 64 0.96 0 0.28 0.65 162.35 0.91 0.18
Hex 4 59 40 60 0 1C 41 A2 5B 12
Octal 4 131 100 140 0 34 101 242 133 22
Binary 100 1011001 1000000 1100000 0 11100 1000001 10100010 1011011 10010

Color Harmonies of #045940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045940

Black with #045940

Text Example


Text Example

White with #045940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045940; }

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

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

background-color css

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

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

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

border-color css

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

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

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