Html Css Color HEX #003F3D Cyprus

📋 copy color: '#003F3D'

red 0 ◦ green 63 ◦ blue 61

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

Shades of Cyprus #003F3D

Tints of Cyprus #003F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 50.81%

 BLUE value IS 61 (24.22% from 255) = 49.19%

R = 0%
G = 50.81%
B = 49.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#003F3D (or 0x003F3D) is known color: Cyprus. HEX triplet: 00, 3F and 3D. RGB value is (0,63,61). Sum of RGB (Red+Green+Blue) = 0+63+61=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #003F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F3D is #FFC0C2. Grayscale: #2B2B2B. Windows color (decimal): -16761027 or 4013824. OLE color: 4013824.

HSL color Cylindrical-coordinate representation of color #003F3D: hue angle of 178.1º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F3D is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 63 61 -
CMYK 1 0 0.03 0.75
HSL 178.1º 1% 0.12% -
HSV(B) 178.1º 1% 0.25% -
XYZ 2.62 3.89 5.03 -
YUV 43.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 0 63 61 1 0 0.03 0.75 178.1 1 0.12
Hex 0 3F 3D 64 0 3 4B B2 64 C
Octal 0 77 75 144 0 3 113 262 144 14
Binary 0 111111 111101 1100100 0 11 1001011 10110010 1100100 1100

Color Harmonies of #003F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003F3D

Black with #003F3D

Text Example


Text Example

White with #003F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003F3D; }

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

 H1.HeaderClassName
 {
   color: #003F3D;
 }
 .AnyTagClassName
 {
   color: #003F3D;
 }
</style>

background-color css

<style>
 a { background-color: #003F3D; }

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

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

border-color css

<style>
 span { border-color: #003F3D; }

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

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