Html Css Color HEX #004B3F Cyprus

📋 copy color: '#004B3F'

red 0 ◦ green 75 ◦ blue 63

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

Shades of Cyprus #004B3F

Tints of Cyprus #004B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 54.35%

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

R = 0%
G = 54.35%
B = 45.65%

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

#004B3F (or 0x004B3F) is known color: Cyprus. HEX triplet: 00, 4B and 3F. RGB value is (0,75,63). Sum of RGB (Red+Green+Blue) = 0+75+63=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #004B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B3F is #FFB4C0. Grayscale: #333333. Windows color (decimal): -16757953 or 4147968. OLE color: 4147968.

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

Color convert

RGB 0 75 63 -
CMYK 1 0 0.16 0.71
HSL 170.4º 1% 0.15% -
HSV(B) 170.4º 1% 0.29% -
XYZ 3.41 5.39 5.56 -
YUV 51.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 0 75 63 1 0 0.16 0.71 170.4 1 0.15
Hex 0 4B 3F 64 0 10 47 AA 64 F
Octal 0 113 77 144 0 20 107 252 144 17
Binary 0 1001011 111111 1100100 0 10000 1000111 10101010 1100100 1111

Color Harmonies of #004B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B3F

Black with #004B3F

Text Example


Text Example

White with #004B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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