Html Css Color HEX #063C3B Cyprus

📋 copy color: '#063C3B'

red 6 ◦ green 60 ◦ blue 59

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

Shades of Cyprus #063C3B

Tints of Cyprus #063C3B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 48%

 BLUE value IS 59 (23.44% from 255) = 47.2%

R = 4.8%
G = 48%
B = 47.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#063C3B (or 0x063C3B) is known color: Cyprus. HEX triplet: 06, 3C and 3B. RGB value is (6,60,59). Sum of RGB (Red+Green+Blue) = 6+60+59=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #063C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C3B is #F9C3C4. Grayscale: #2B2B2B. Windows color (decimal): -16368581 or 3881990. OLE color: 3881990.

HSL color Cylindrical-coordinate representation of color #063C3B: hue angle of 178.89º 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 #063C3B is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 60 59 -
CMYK 0.90 0 0.02 0.76
HSL 178.89º 0.82% 0.13% -
HSV(B) 178.89º 0.9% 0.24% -
XYZ 2.48 3.59 4.7 -
YUV 43.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 6 60 59 0.90 0 0.02 0.76 178.89 0.82 0.13
Hex 6 3C 3B 5A 0 2 4C B3 52 D
Octal 6 74 73 132 0 2 114 263 122 15
Binary 110 111100 111011 1011010 0 10 1001100 10110011 1010010 1101

Color Harmonies of #063C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C3B

Black with #063C3B

Text Example


Text Example

White with #063C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,59); }

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

background-color css

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

 a { background-color: rgb(6,60,59); }

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

border-color css

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

 span { border-color: rgb(6,60,59); }

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