Html Css Color HEX #045349 Cyprus

📋 copy color: '#045349'

red 4 ◦ green 83 ◦ blue 73

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

Shades of Cyprus #045349

Tints of Cyprus #045349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.88%

 BLUE value IS 73 (28.91% from 255) = 45.63%

R = 2.5%
G = 51.88%
B = 45.63%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#045349 (or 0x045349) is known color: Cyprus. HEX triplet: 04, 53 and 49. RGB value is (4,83,73). Sum of RGB (Red+Green+Blue) = 4+83+73=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #045349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045349 is #FBACB6. Grayscale: #3A3A3A. Windows color (decimal): -16493751 or 4805380. OLE color: 4805380.

HSL color Cylindrical-coordinate representation of color #045349: hue angle of 172.41º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045349 is Cyan = 0.95, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 4 83 73 -
CMYK 0.95 0 0.12 0.67
HSL 172.41º 0.91% 0.17% -
HSV(B) 172.41º 0.95% 0.33% -
XYZ 4.35 6.69 7.37 -
YUV 58.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 4 83 73 0.95 0 0.12 0.67 172.41 0.91 0.17
Hex 4 53 49 5F 0 C 43 AC 5B 11
Octal 4 123 111 137 0 14 103 254 133 21
Binary 100 1010011 1001001 1011111 0 1100 1000011 10101100 1011011 10001

Color Harmonies of #045349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045349

Black with #045349

Text Example


Text Example

White with #045349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045349; }

 p { color: rgb(4,83,73); }

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

background-color css

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

 a { background-color: rgb(4,83,73); }

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

border-color css

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

 span { border-color: rgb(4,83,73); }

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