Html Css Color HEX #64AF5C Fern

📋 copy color: '#64AF5C'

red 100 ◦ green 175 ◦ blue 92

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

Shades of Fern #64AF5C

Tints of Fern #64AF5C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.68%

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 27.25%
G = 47.68%
B = 25.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#64AF5C (or 0x64AF5C) is known color: Fern. HEX triplet: 64, AF and 5C. RGB value is (100,175,92). Sum of RGB (Red+Green+Blue) = 100+175+92=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF5C is #9B50A3. Grayscale: #8F8F8F. Windows color (decimal): -10178724 or 6074212. OLE color: 6074212.

HSL color Cylindrical-coordinate representation of color #64AF5C: hue angle of 114.22º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AF5C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 175 92 -
CMYK 0.43 0 0.47 0.31
HSL 114.22º 0.34% 0.52% -
HSV(B) 114.22º 0.47% 0.69% -
XYZ 22.52 34.14 15.53 -
YUV 143.11 99.15 97.25 -
System Red Green Blue C M Y K H S L
Decimal 100 175 92 0.43 0 0.47 0.31 114.22 0.34 0.52
Hex 64 AF 5C 2B 0 2F 1F 72 22 34
Octal 144 257 134 53 0 57 37 162 42 64
Binary 1100100 10101111 1011100 101011 0 101111 11111 1110010 100010 110100

Color Harmonies of #64AF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF5C

Black with #64AF5C

Text Example


Text Example

White with #64AF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,175,92); }

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

background-color css

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

 a { background-color: rgb(100,175,92); }

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

border-color css

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

 span { border-color: rgb(100,175,92); }

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