#054A3D

Color #054A3D Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #054A3D

Tints of Cyprus #054A3D

Color information

#054A3D (or 0x054A3D) is unknown color: approx Cyprus. HEX triplet: 05, 4A and 3D. RGB value is (5,74,61). Sum of RGB (Red+Green+Blue) = 5+74+61=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 74 (29.30% from 255 or 52.86% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 74 - color contains mainly: green. Hex color #054A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A3D is #FAB5C2. Grayscale: #333333. Windows color (decimal): -16430531 or 4016645. OLE color: 4016645.

HSL color Cylindrical-coordinate representation of color #054A3D: hue angle of 168.7º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A3D is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB57461-
CMYK0.9300.180.71
HSL168.7º87.34%15.49%-
HSV(B)168.7º93.24%29.02%-
XYZ3.355.275.25-
YUV51.89133.1494.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 74 (29.30% from 255) = 52.86%
BLUE value IS 61 (24.22% from 255) = 43.57%
R=3.57%
G=52.86%
B=43.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal574610.9300.180.71168.787.3415.49
Hex54A3D5D01247a957f
Octal51127513502210725112717
Binary1011001010111101101110101001010001111010100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054A3D; }

 p { color: rgb(5,74,61); }

 H1.HeaderClassName
 {
   color: #054A3D;
 }
 .AnyTagClassName
 {
   color: #054A3D;
 }
</style>
background-color css

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

 a { background-color: rgb(5,74,61); }

 div.DivClassName
 {
   background-color: #054A3D;
 }
 .BgClassName
 {
   background-color: #054A3D;
 }
</style>
border-color css

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

 span { border-color: rgb(5,74,61); }

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