Html Css Color HEX #054842 Cyprus

📋 copy color: '#054842'

red 5 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #054842

Tints of Cyprus #054842

RGB

 RED value IS 5 (2.34% from 255) = 3.5%

 GREEN value IS 72 (28.52% from 255) = 50.35%

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 3.5%
G = 50.35%
B = 46.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#054842 (or 0x054842) is known color: Cyprus. HEX triplet: 05, 48 and 42. RGB value is (5,72,66). Sum of RGB (Red+Green+Blue) = 5+72+66=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #054842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054842 is #FAB7BD. Grayscale: #333333. Windows color (decimal): -16431038 or 4343813. OLE color: 4343813.

HSL color Cylindrical-coordinate representation of color #054842: hue angle of 174.63º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054842 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 72 66 -
CMYK 0.93 0 0.08 0.72
HSL 174.63º 0.87% 0.15% -
HSV(B) 174.63º 0.93% 0.28% -
XYZ 3.36 5.06 5.95 -
YUV 51.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 5 72 66 0.93 0 0.08 0.72 174.63 0.87 0.15
Hex 5 48 42 5D 0 8 48 AF 57 F
Octal 5 110 102 135 0 10 110 257 127 17
Binary 101 1001000 1000010 1011101 0 1000 1001000 10101111 1010111 1111

Color Harmonies of #054842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054842

Black with #054842

Text Example


Text Example

White with #054842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054842; }

 p { color: rgb(5,72,66); }

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

background-color css

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

 a { background-color: rgb(5,72,66); }

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

border-color css

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

 span { border-color: rgb(5,72,66); }

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