Html Css Color HEX #65A388 Patina

📋 copy color: '#65A388'

red 101 ◦ green 163 ◦ blue 136

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

Shades of Patina #65A388

Tints of Patina #65A388

RGB

 RED value IS 101 (39.84% from 255) = 25.25%

 GREEN value IS 163 (64.06% from 255) = 40.75%

 BLUE value IS 136 (53.52% from 255) = 34%

R = 25.25%
G = 40.75%
B = 34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#65A388 (or 0x65A388) is known color: Patina. HEX triplet: 65, A3 and 88. RGB value is (101,163,136). Sum of RGB (Red+Green+Blue) = 101+163+136=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #65A388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A388 is #9A5C77. Grayscale: #8D8D8D. Windows color (decimal): -10116216 or 8954725. OLE color: 8954725.

HSL color Cylindrical-coordinate representation of color #65A388: hue angle of 153.87º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A388 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 163 136 -
CMYK 0.38 0 0.17 0.36
HSL 153.87º 0.25% 0.52% -
HSV(B) 153.87º 0.38% 0.64% -
XYZ 22.91 30.74 28.02 -
YUV 141.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 101 163 136 0.38 0 0.17 0.36 153.87 0.25 0.52
Hex 65 A3 88 26 0 11 24 9A 19 34
Octal 145 243 210 46 0 21 44 232 31 64
Binary 1100101 10100011 10001000 100110 0 10001 100100 10011010 11001 110100

Color Harmonies of #65A388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A388

Black with #65A388

Text Example


Text Example

White with #65A388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A388; }

 p { color: rgb(101,163,136); }

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

background-color css

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

 a { background-color: rgb(101,163,136); }

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

border-color css

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

 span { border-color: rgb(101,163,136); }

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