Html Css Color HEX #617028 Rain Forest

📋 copy color: '#617028'

red 97 ◦ green 112 ◦ blue 40

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

Shades of Rain Forest #617028

Tints of Rain Forest #617028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 38.96%
G = 44.98%
B = 16.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#617028 (or 0x617028) is known color: Rain Forest. HEX triplet: 61, 70 and 28. RGB value is (97,112,40). Sum of RGB (Red+Green+Blue) = 97+112+40=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #617028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617028 is #9E8FD7. Grayscale: #636363. Windows color (decimal): -10391512 or 2650209. OLE color: 2650209.

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

Color convert

RGB 97 112 40 -
CMYK 0.13 0 0.64 0.56
HSL 72.5º 0.47% 0.3% -
HSV(B) 72.5º 0.64% 0.44% -
XYZ 11.11 14.28 4.18 -
YUV 99.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 97 112 40 0.13 0 0.64 0.56 72.5 0.47 0.3
Hex 61 70 28 D 0 40 38 48 2F 1E
Octal 141 160 50 15 0 100 70 110 57 36
Binary 1100001 1110000 101000 1101 0 1000000 111000 1001000 101111 11110

Color Harmonies of #617028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617028

Black with #617028

Text Example


Text Example

White with #617028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617028; }

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

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

background-color css

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

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

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

border-color css

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

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

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