Html Css Color HEX #045041 Cyprus

📋 copy color: '#045041'

red 4 ◦ green 80 ◦ blue 65

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

Shades of Cyprus #045041

Tints of Cyprus #045041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 53.69%

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

R = 2.68%
G = 53.69%
B = 43.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#045041 (or 0x045041) is known color: Cyprus. HEX triplet: 04, 50 and 41. RGB value is (4,80,65). Sum of RGB (Red+Green+Blue) = 4+80+65=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #045041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045041 is #FBAFBE. Grayscale: #373737. Windows color (decimal): -16494527 or 4280324. OLE color: 4280324.

HSL color Cylindrical-coordinate representation of color #045041: hue angle of 168.16º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045041 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 65 -
CMYK 0.95 0 0.19 0.69
HSL 168.16º 0.9% 0.16% -
HSV(B) 168.16º 0.95% 0.31% -
XYZ 3.87 6.14 5.98 -
YUV 55.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 4 80 65 0.95 0 0.19 0.69 168.16 0.9 0.16
Hex 4 50 41 5F 0 13 45 A8 5A 10
Octal 4 120 101 137 0 23 105 250 132 20
Binary 100 1010000 1000001 1011111 0 10011 1000101 10101000 1011010 10000

Color Harmonies of #045041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045041

Black with #045041

Text Example


Text Example

White with #045041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045041; }

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

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

background-color css

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

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

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

border-color css

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

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

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