Html Css Color HEX #004A3A Cyprus

📋 copy color: '#004A3A'

red 0 ◦ green 74 ◦ blue 58

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

Shades of Cyprus #004A3A

Tints of Cyprus #004A3A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 56.06%

 BLUE value IS 58 (23.05% from 255) = 43.94%

R = 0%
G = 56.06%
B = 43.94%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.71

RGB Variations

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

Color information

#004A3A (or 0x004A3A) is known color: Cyprus. HEX triplet: 00, 4A and 3A. RGB value is (0,74,58). Sum of RGB (Red+Green+Blue) = 0+74+58=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 74 (29.30% from 255 or 56.06% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 74 - color contains mainly: green. Hex color #004A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A3A is #FFB5C5. Grayscale: #323232. Windows color (decimal): -16758214 or 3820032. OLE color: 3820032.

HSL color Cylindrical-coordinate representation of color #004A3A: hue angle of 167.03º 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 #004A3A is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 74 58 -
CMYK 1 0 0.22 0.71
HSL 167.03º 1% 0.15% -
HSV(B) 167.03º 1% 0.29% -
XYZ 3.21 5.2 4.84 -
YUV 50.05 132.48 92.3 -
System Red Green Blue C M Y K H S L
Decimal 0 74 58 1 0 0.22 0.71 167.03 1 0.15
Hex 0 4A 3A 64 0 16 47 A7 64 F
Octal 0 112 72 144 0 26 107 247 144 17
Binary 0 1001010 111010 1100100 0 10110 1000111 10100111 1100100 1111

Color Harmonies of #004A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A3A

Black with #004A3A

Text Example


Text Example

White with #004A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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