Html Css Color HEX #65A483 Patina

📋 copy color: '#65A483'

red 101 ◦ green 164 ◦ blue 131

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

Shades of Patina #65A483

Tints of Patina #65A483

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.41%

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 25.51%
G = 41.41%
B = 33.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#65A483 (or 0x65A483) is known color: Patina. HEX triplet: 65, A4 and 83. RGB value is (101,164,131). Sum of RGB (Red+Green+Blue) = 101+164+131=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #65A483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A483 is #9A5B7C. Grayscale: #8D8D8D. Windows color (decimal): -10115965 or 8627301. OLE color: 8627301.

HSL color Cylindrical-coordinate representation of color #65A483: hue angle of 148.57º degrees, saturation: 0.26, 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 #65A483 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 164 131 -
CMYK 0.38 0 0.20 0.36
HSL 148.57º 0.26% 0.52% -
HSV(B) 148.57º 0.38% 0.64% -
XYZ 22.74 30.96 26.25 -
YUV 141.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 101 164 131 0.38 0 0.20 0.36 148.57 0.26 0.52
Hex 65 A4 83 26 0 14 24 95 1A 34
Octal 145 244 203 46 0 24 44 225 32 64
Binary 1100101 10100100 10000011 100110 0 10100 100100 10010101 11010 110100

Color Harmonies of #65A483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A483

Black with #65A483

Text Example


Text Example

White with #65A483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,164,131); }

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

background-color css

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

 a { background-color: rgb(101,164,131); }

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

border-color css

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

 span { border-color: rgb(101,164,131); }

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