Html Css Color HEX #004F3C Cyprus

📋 copy color: '#004F3C'

red 0 ◦ green 79 ◦ blue 60

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

Shades of Cyprus #004F3C

Tints of Cyprus #004F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 56.83%

 BLUE value IS 60 (23.83% from 255) = 43.17%

R = 0%
G = 56.83%
B = 43.17%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#004F3C (or 0x004F3C) is known color: Cyprus. HEX triplet: 00, 4F and 3C. RGB value is (0,79,60). Sum of RGB (Red+Green+Blue) = 0+79+60=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 79 (31.25% from 255 or 56.83% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 79 - color contains mainly: green. Hex color #004F3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F3C is #FFB0C3. Grayscale: #353535. Windows color (decimal): -16756932 or 3952384. OLE color: 3952384.

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

Color convert

RGB 0 79 60 -
CMYK 1 0 0.24 0.69
HSL 165.57º 1% 0.15% -
HSV(B) 165.57º 1% 0.31% -
XYZ 3.61 5.92 5.23 -
YUV 53.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 0 79 60 1 0 0.24 0.69 165.57 1 0.15
Hex 0 4F 3C 64 0 18 45 A6 64 F
Octal 0 117 74 144 0 30 105 246 144 17
Binary 0 1001111 111100 1100100 0 11000 1000101 10100110 1100100 1111

Color Harmonies of #004F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F3C

Black with #004F3C

Text Example


Text Example

White with #004F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,79,60); }

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

background-color css

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

 a { background-color: rgb(0,79,60); }

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

border-color css

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

 span { border-color: rgb(0,79,60); }

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