Html Css Color HEX #617032 Rain Forest

📋 copy color: '#617032'

red 97 ◦ green 112 ◦ blue 50

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

Shades of Rain Forest #617032

Tints of Rain Forest #617032

RGB

 RED value IS 97 (38.28% from 255) = 37.45%

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 37.45%
G = 43.24%
B = 19.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#617032 (or 0x617032) is known color: Rain Forest. HEX triplet: 61, 70 and 32. RGB value is (97,112,50). Sum of RGB (Red+Green+Blue) = 97+112+50=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #617032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617032 is #9E8FCD. Grayscale: #646464. Windows color (decimal): -10391502 or 3305569. OLE color: 3305569.

HSL color Cylindrical-coordinate representation of color #617032: hue angle of 74.52º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #617032 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 50 -
CMYK 0.13 0 0.55 0.56
HSL 74.52º 0.38% 0.32% -
HSV(B) 74.52º 0.55% 0.44% -
XYZ 11.3 14.36 5.19 -
YUV 100.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 97 112 50 0.13 0 0.55 0.56 74.52 0.38 0.32
Hex 61 70 32 D 0 37 38 4B 26 20
Octal 141 160 62 15 0 67 70 113 46 40
Binary 1100001 1110000 110010 1101 0 110111 111000 1001011 100110 100000

Color Harmonies of #617032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617032

Black with #617032

Text Example


Text Example

White with #617032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617032; }

 p { color: rgb(97,112,50); }

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

background-color css

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

 a { background-color: rgb(97,112,50); }

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

border-color css

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

 span { border-color: rgb(97,112,50); }

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