Html Css Color HEX #063E3A Cyprus

📋 copy color: '#063E3A'

red 6 ◦ green 62 ◦ blue 58

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

Shades of Cyprus #063E3A

Tints of Cyprus #063E3A

RGB

 RED value IS 6 (2.73% from 255) = 4.76%

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

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

R = 4.76%
G = 49.21%
B = 46.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#063E3A (or 0x063E3A) is known color: Cyprus. HEX triplet: 06, 3E and 3A. RGB value is (6,62,58). Sum of RGB (Red+Green+Blue) = 6+62+58=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 62 - color contains mainly: green. Hex color #063E3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E3A is #F9C1C5. Grayscale: #2C2C2C. Windows color (decimal): -16368070 or 3816966. OLE color: 3816966.

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

Color convert

RGB 6 62 58 -
CMYK 0.90 0 0.06 0.76
HSL 175.71º 0.82% 0.13% -
HSV(B) 175.71º 0.9% 0.24% -
XYZ 2.56 3.79 4.6 -
YUV 44.8 135.45 100.33 -
System Red Green Blue C M Y K H S L
Decimal 6 62 58 0.90 0 0.06 0.76 175.71 0.82 0.13
Hex 6 3E 3A 5A 0 6 4C B0 52 D
Octal 6 76 72 132 0 6 114 260 122 15
Binary 110 111110 111010 1011010 0 110 1001100 10110000 1010010 1101

Color Harmonies of #063E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E3A

Black with #063E3A

Text Example


Text Example

White with #063E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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