Html Css Color HEX #718135 Rain Forest

📋 copy color: '#718135'

red 113 ◦ green 129 ◦ blue 53

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

Shades of Rain Forest #718135

Tints of Rain Forest #718135

RGB

 RED value IS 113 (44.53% from 255) = 38.31%

 GREEN value IS 129 (50.78% from 255) = 43.73%

 BLUE value IS 53 (21.09% from 255) = 17.97%

R = 38.31%
G = 43.73%
B = 17.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#718135 (or 0x718135) is known color: Rain Forest. HEX triplet: 71, 81 and 35. RGB value is (113,129,53). Sum of RGB (Red+Green+Blue) = 113+129+53=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #718135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718135 is #8E7ECA. Grayscale: #737373. Windows color (decimal): -9338571 or 3506545. OLE color: 3506545.

HSL color Cylindrical-coordinate representation of color #718135: hue angle of 72.63º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #718135 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 53 -
CMYK 0.12 0 0.59 0.49
HSL 72.63º 0.42% 0.36% -
HSV(B) 72.63º 0.59% 0.51% -
XYZ 15.3 19.47 6.32 -
YUV 115.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 113 129 53 0.12 0 0.59 0.49 72.63 0.42 0.36
Hex 71 81 35 C 0 3B 31 49 2A 24
Octal 161 201 65 14 0 73 61 111 52 44
Binary 1110001 10000001 110101 1100 0 111011 110001 1001001 101010 100100

Color Harmonies of #718135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718135

Black with #718135

Text Example


Text Example

White with #718135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718135; }

 p { color: rgb(113,129,53); }

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

background-color css

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

 a { background-color: rgb(113,129,53); }

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

border-color css

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

 span { border-color: rgb(113,129,53); }

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