Html Css Color HEX #004A3E Cyprus

📋 copy color: '#004A3E'

red 0 ◦ green 74 ◦ blue 62

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

Shades of Cyprus #004A3E

Tints of Cyprus #004A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 45.59%

R = 0%
G = 54.41%
B = 45.59%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#004A3E (or 0x004A3E) is known color: Cyprus. HEX triplet: 00, 4A and 3E. RGB value is (0,74,62). Sum of RGB (Red+Green+Blue) = 0+74+62=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #004A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A3E is #FFB5C1. Grayscale: #323232. Windows color (decimal): -16758210 or 4082176. OLE color: 4082176.

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

Color convert

RGB 0 74 62 -
CMYK 1 0 0.16 0.71
HSL 170.27º 1% 0.15% -
HSV(B) 170.27º 1% 0.29% -
XYZ 3.32 5.25 5.39 -
YUV 50.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 0 74 62 1 0 0.16 0.71 170.27 1 0.15
Hex 0 4A 3E 64 0 10 47 AA 64 F
Octal 0 112 76 144 0 20 107 252 144 17
Binary 0 1001010 111110 1100100 0 10000 1000111 10101010 1100100 1111

Color Harmonies of #004A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004A3E

Black with #004A3E

Text Example


Text Example

White with #004A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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