Html Css Color HEX #647220 Fiji Green

📋 copy color: '#647220'

red 100 ◦ green 114 ◦ blue 32

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

Shades of Fiji Green #647220

Tints of Fiji Green #647220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.34%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 40.65%
G = 46.34%
B = 13.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#647220 (or 0x647220) is known color: Fiji Green. HEX triplet: 64, 72 and 20. RGB value is (100,114,32). Sum of RGB (Red+Green+Blue) = 100+114+32=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 114 - color contains mainly: green. Hex color #647220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647220 is #9B8DDF. Grayscale: #646464. Windows color (decimal): -10194400 or 2126436. OLE color: 2126436.

HSL color Cylindrical-coordinate representation of color #647220: hue angle of 70.24º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #647220 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 114 32 -
CMYK 0.12 0 0.72 0.55
HSL 70.24º 0.56% 0.29% -
HSV(B) 70.24º 0.72% 0.45% -
XYZ 11.53 14.85 3.62 -
YUV 100.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 100 114 32 0.12 0 0.72 0.55 70.24 0.56 0.29
Hex 64 72 20 C 0 48 37 46 38 1D
Octal 144 162 40 14 0 110 67 106 70 35
Binary 1100100 1110010 100000 1100 0 1001000 110111 1000110 111000 11101

Color Harmonies of #647220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647220

Black with #647220

Text Example


Text Example

White with #647220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647220; }

 p { color: rgb(100,114,32); }

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

background-color css

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

 a { background-color: rgb(100,114,32); }

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

border-color css

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

 span { border-color: rgb(100,114,32); }

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