Html Css Color HEX #063734 Cyprus

📋 copy color: '#063734'

red 6 ◦ green 55 ◦ blue 52

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

Shades of Cyprus #063734

Tints of Cyprus #063734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 52 (20.7% from 255) = 46.02%

R = 5.31%
G = 48.67%
B = 46.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#063734 (or 0x063734) is known color: Cyprus. HEX triplet: 06, 37 and 34. RGB value is (6,55,52). Sum of RGB (Red+Green+Blue) = 6+55+52=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #063734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063734 is #F9C8CB. Grayscale: #272727. Windows color (decimal): -16369868 or 3421958. OLE color: 3421958.

HSL color Cylindrical-coordinate representation of color #063734: hue angle of 176.33º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063734 is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 55 52 -
CMYK 0.89 0 0.05 0.78
HSL 176.33º 0.8% 0.12% -
HSV(B) 176.33º 0.89% 0.22% -
XYZ 2.06 3.02 3.72 -
YUV 40.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 6 55 52 0.89 0 0.05 0.78 176.33 0.8 0.12
Hex 6 37 34 59 0 5 4E B0 50 C
Octal 6 67 64 131 0 5 116 260 120 14
Binary 110 110111 110100 1011001 0 101 1001110 10110000 1010000 1100

Color Harmonies of #063734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063734

Black with #063734

Text Example


Text Example

White with #063734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063734; }

 p { color: rgb(6,55,52); }

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

background-color css

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

 a { background-color: rgb(6,55,52); }

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

border-color css

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

 span { border-color: rgb(6,55,52); }

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