Html Css Color HEX #64B45C Fern

📋 copy color: '#64B45C'

red 100 ◦ green 180 ◦ blue 92

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

Shades of Fern #64B45C

Tints of Fern #64B45C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.39%

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

R = 26.88%
G = 48.39%
B = 24.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#64B45C (or 0x64B45C) is known color: Fern. HEX triplet: 64, B4 and 5C. RGB value is (100,180,92). Sum of RGB (Red+Green+Blue) = 100+180+92=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #64B45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B45C is #9B4BA3. Grayscale: #929292. Windows color (decimal): -10177444 or 6075492. OLE color: 6075492.

HSL color Cylindrical-coordinate representation of color #64B45C: hue angle of 114.55º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B45C is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 100 180 92 -
CMYK 0.44 0 0.49 0.29
HSL 114.55º 0.37% 0.53% -
HSV(B) 114.55º 0.49% 0.71% -
XYZ 23.51 36.12 15.86 -
YUV 146.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 100 180 92 0.44 0 0.49 0.29 114.55 0.37 0.53
Hex 64 B4 5C 2C 0 31 1D 73 25 35
Octal 144 264 134 54 0 61 35 163 45 65
Binary 1100100 10110100 1011100 101100 0 110001 11101 1110011 100101 110101

Color Harmonies of #64B45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B45C

Black with #64B45C

Text Example


Text Example

White with #64B45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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