Html Css Color HEX #617132 Rain Forest

📋 copy color: '#617132'

red 97 ◦ green 113 ◦ blue 50

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

Shades of Rain Forest #617132

Tints of Rain Forest #617132

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

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

R = 37.31%
G = 43.46%
B = 19.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#617132 (or 0x617132) is known color: Rain Forest. HEX triplet: 61, 71 and 32. RGB value is (97,113,50). Sum of RGB (Red+Green+Blue) = 97+113+50=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #617132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617132 is #9E8ECD. Grayscale: #656565. Windows color (decimal): -10391246 or 3305825. OLE color: 3305825.

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

Color convert

RGB 97 113 50 -
CMYK 0.14 0 0.56 0.56
HSL 75.24º 0.39% 0.32% -
HSV(B) 75.24º 0.56% 0.44% -
XYZ 11.41 14.58 5.23 -
YUV 101.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 97 113 50 0.14 0 0.56 0.56 75.24 0.39 0.32
Hex 61 71 32 E 0 38 38 4B 27 20
Octal 141 161 62 16 0 70 70 113 47 40
Binary 1100001 1110001 110010 1110 0 111000 111000 1001011 100111 100000

Color Harmonies of #617132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617132

Black with #617132

Text Example


Text Example

White with #617132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617132; }

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

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

background-color css

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

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

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

border-color css

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

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

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