Html Css Color HEX #64A384 Patina

📋 copy color: '#64A384'

red 100 ◦ green 163 ◦ blue 132

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

Shades of Patina #64A384

Tints of Patina #64A384

RGB

 RED value IS 100 (39.45% from 255) = 25.32%

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

 BLUE value IS 132 (51.95% from 255) = 33.42%

R = 25.32%
G = 41.27%
B = 33.42%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#64A384 (or 0x64A384) is known color: Patina. HEX triplet: 64, A3 and 84. RGB value is (100,163,132). Sum of RGB (Red+Green+Blue) = 100+163+132=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #64A384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A384 is #9B5C7B. Grayscale: #8C8C8C. Windows color (decimal): -10181756 or 8692580. OLE color: 8692580.

HSL color Cylindrical-coordinate representation of color #64A384: hue angle of 150.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A384 is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 163 132 -
CMYK 0.39 0 0.19 0.36
HSL 150.48º 0.26% 0.52% -
HSV(B) 150.48º 0.39% 0.64% -
XYZ 22.52 30.57 26.54 -
YUV 140.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 100 163 132 0.39 0 0.19 0.36 150.48 0.26 0.52
Hex 64 A3 84 27 0 13 24 96 1A 34
Octal 144 243 204 47 0 23 44 226 32 64
Binary 1100100 10100011 10000100 100111 0 10011 100100 10010110 11010 110100

Color Harmonies of #64A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A384

Black with #64A384

Text Example


Text Example

White with #64A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A384; }

 p { color: rgb(100,163,132); }

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

background-color css

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

 a { background-color: rgb(100,163,132); }

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

border-color css

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

 span { border-color: rgb(100,163,132); }

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