Html Css Color HEX #004D3F Cyprus

📋 copy color: '#004D3F'

red 0 ◦ green 77 ◦ blue 63

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

Shades of Cyprus #004D3F

Tints of Cyprus #004D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 55%

 BLUE value IS 63 (25% from 255) = 45%

R = 0%
G = 55%
B = 45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#004D3F (or 0x004D3F) is known color: Cyprus. HEX triplet: 00, 4D and 3F. RGB value is (0,77,63). Sum of RGB (Red+Green+Blue) = 0+77+63=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #004D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004D3F is #FFB2C0. Grayscale: #343434. Windows color (decimal): -16757441 or 4148480. OLE color: 4148480.

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

Color convert

RGB 0 77 63 -
CMYK 1 0 0.18 0.70
HSL 169.09º 1% 0.15% -
HSV(B) 169.09º 1% 0.3% -
XYZ 3.55 5.67 5.61 -
YUV 52.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 0 77 63 1 0 0.18 0.70 169.09 1 0.15
Hex 0 4D 3F 64 0 12 46 A9 64 F
Octal 0 115 77 144 0 22 106 251 144 17
Binary 0 1001101 111111 1100100 0 10010 1000110 10101001 1100100 1111

Color Harmonies of #004D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D3F

Black with #004D3F

Text Example


Text Example

White with #004D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,77,63); }

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

background-color css

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

 a { background-color: rgb(0,77,63); }

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

border-color css

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

 span { border-color: rgb(0,77,63); }

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