Html Css Color HEX #065347 Cyprus

📋 copy color: '#065347'

red 6 ◦ green 83 ◦ blue 71

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

Shades of Cyprus #065347

Tints of Cyprus #065347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.88%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 3.75%
G = 51.88%
B = 44.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#065347 (or 0x065347) is known color: Cyprus. HEX triplet: 06, 53 and 47. RGB value is (6,83,71). Sum of RGB (Red+Green+Blue) = 6+83+71=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #065347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065347 is #F9ACB8. Grayscale: #3A3A3A. Windows color (decimal): -16362681 or 4674310. OLE color: 4674310.

HSL color Cylindrical-coordinate representation of color #065347: hue angle of 170.65º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065347 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 71 -
CMYK 0.93 0 0.14 0.67
HSL 170.65º 0.87% 0.17% -
HSV(B) 170.65º 0.93% 0.33% -
XYZ 4.31 6.68 7.02 -
YUV 58.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 6 83 71 0.93 0 0.14 0.67 170.65 0.87 0.17
Hex 6 53 47 5D 0 E 43 AB 57 11
Octal 6 123 107 135 0 16 103 253 127 21
Binary 110 1010011 1000111 1011101 0 1110 1000011 10101011 1010111 10001

Color Harmonies of #065347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065347

Black with #065347

Text Example


Text Example

White with #065347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065347; }

 p { color: rgb(6,83,71); }

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

background-color css

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

 a { background-color: rgb(6,83,71); }

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

border-color css

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

 span { border-color: rgb(6,83,71); }

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