Html Css Color HEX #003E3A Cyprus

📋 copy color: '#003E3A'

red 0 ◦ green 62 ◦ blue 58

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

Shades of Cyprus #003E3A

Tints of Cyprus #003E3A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 51.67%

 BLUE value IS 58 (23.05% from 255) = 48.33%

R = 0%
G = 51.67%
B = 48.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#003E3A (or 0x003E3A) is known color: Cyprus. HEX triplet: 00, 3E and 3A. RGB value is (0,62,58). Sum of RGB (Red+Green+Blue) = 0+62+58=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #003E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E3A is #FFC1C5. Grayscale: #2A2A2A. Windows color (decimal): -16761286 or 3816960. OLE color: 3816960.

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

Color convert

RGB 0 62 58 -
CMYK 1 0 0.06 0.76
HSL 176.13º 1% 0.12% -
HSV(B) 176.13º 1% 0.24% -
XYZ 2.49 3.75 4.6 -
YUV 43.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 0 62 58 1 0 0.06 0.76 176.13 1 0.12
Hex 0 3E 3A 64 0 6 4C B0 64 C
Octal 0 76 72 144 0 6 114 260 144 14
Binary 0 111110 111010 1100100 0 110 1001100 10110000 1100100 1100

Color Harmonies of #003E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003E3A

Black with #003E3A

Text Example


Text Example

White with #003E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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