Html Css Color HEX #045F41 Jewel

📋 copy color: '#045F41'

red 4 ◦ green 95 ◦ blue 65

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

Shades of Jewel #045F41

Tints of Jewel #045F41

RGB

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

 GREEN value IS 95 (37.5% from 255) = 57.93%

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

R = 2.44%
G = 57.93%
B = 39.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#045F41 (or 0x045F41) is known color: Jewel. HEX triplet: 04, 5F and 41. RGB value is (4,95,65). Sum of RGB (Red+Green+Blue) = 4+95+65=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 95 (37.5% from 255 or 57.93% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 95 - color contains mainly: green. Hex color #045F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045F41 is #FBA0BE. Grayscale: #404040. Windows color (decimal): -16490687 or 4284164. OLE color: 4284164.

HSL color Cylindrical-coordinate representation of color #045F41: hue angle of 160.22º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045F41 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 95 65 -
CMYK 0.96 0 0.32 0.63
HSL 160.22º 0.92% 0.19% -
HSV(B) 160.22º 0.96% 0.37% -
XYZ 5.1 8.59 6.39 -
YUV 64.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 4 95 65 0.96 0 0.32 0.63 160.22 0.92 0.19
Hex 4 5F 41 60 0 20 3F A0 5C 13
Octal 4 137 101 140 0 40 77 240 134 23
Binary 100 1011111 1000001 1100000 0 100000 111111 10100000 1011100 10011

Color Harmonies of #045F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F41

Black with #045F41

Text Example


Text Example

White with #045F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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