Html Css Color HEX #627320 Fiji Green

📋 copy color: '#627320'

red 98 ◦ green 115 ◦ blue 32

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

Shades of Fiji Green #627320

Tints of Fiji Green #627320

RGB

 RED value IS 98 (38.67% from 255) = 40%

 GREEN value IS 115 (45.31% from 255) = 46.94%

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

R = 40%
G = 46.94%
B = 13.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#627320 (or 0x627320) is known color: Fiji Green. HEX triplet: 62, 73 and 20. RGB value is (98,115,32). Sum of RGB (Red+Green+Blue) = 98+115+32=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #627320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627320 is #9D8CDF. Grayscale: #646464. Windows color (decimal): -10325216 or 2126690. OLE color: 2126690.

HSL color Cylindrical-coordinate representation of color #627320: hue angle of 72.29º 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 #627320 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 98 115 32 -
CMYK 0.15 0 0.72 0.55
HSL 72.29º 0.56% 0.29% -
HSV(B) 72.29º 0.72% 0.45% -
XYZ 11.43 14.96 3.65 -
YUV 100.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 98 115 32 0.15 0 0.72 0.55 72.29 0.56 0.29
Hex 62 73 20 F 0 48 37 48 38 1D
Octal 142 163 40 17 0 110 67 110 70 35
Binary 1100010 1110011 100000 1111 0 1001000 110111 1001000 111000 11101

Color Harmonies of #627320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627320

Black with #627320

Text Example


Text Example

White with #627320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627320; }

 p { color: rgb(98,115,32); }

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

background-color css

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

 a { background-color: rgb(98,115,32); }

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

border-color css

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

 span { border-color: rgb(98,115,32); }

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