#004B3A

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

Shades of Cyprus #004B3A

Tints of Cyprus #004B3A

Color information

#004B3A (or 0x004B3A) is unknown color: approx Cyprus. HEX triplet: 00, 4B and 3A. RGB value is (0,75,58). Sum of RGB (Red+Green+Blue) = 0+75+58=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 75 (29.69% from 255 or 56.39% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 75 - color contains mainly: green. Hex color #004B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B3A is #FFB4C5. Grayscale: #323232. Windows color (decimal): -16757958 or 3820288. OLE color: 3820288.

HSL color Cylindrical-coordinate representation of color #004B3A: hue angle of 166.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B3A is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB07558-
CMYK100.230.71
HSL166.4º100%14.71%-
HSV(B)166.4º100%29.41%-
XYZ3.285.344.86-
YUV50.64132.1591.88-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 56.39%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=0%
G=56.39%
B=43.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07558100.230.71166.410014.71
Hex04B3A6401747a664f
Octal01137214402710724614417
Binary01001011111010110010001011110001111010011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004B3A; }

 p { color: rgb(0,75,58); }

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

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

 a { background-color: rgb(0,75,58); }

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

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

 span { border-color: rgb(0,75,58); }

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