Html Css Color HEX #31783D Japanese Laurel

📋 copy color: '#31783D'

red 49 ◦ green 120 ◦ blue 61

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

Shades of Japanese Laurel #31783D

Tints of Japanese Laurel #31783D

RGB

 RED value IS 49 (19.53% from 255) = 21.3%

 GREEN value IS 120 (47.27% from 255) = 52.17%

 BLUE value IS 61 (24.22% from 255) = 26.52%

R = 21.3%
G = 52.17%
B = 26.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#31783D (or 0x31783D) is known color: Japanese Laurel. HEX triplet: 31, 78 and 3D. RGB value is (49,120,61). Sum of RGB (Red+Green+Blue) = 49+120+61=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 120 (47.27% from 255 or 52.17% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 120 - color contains mainly: green. Hex color #31783D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31783D is #CE87C2. Grayscale: #5C5C5C. Windows color (decimal): -13535171 or 4028465. OLE color: 4028465.

HSL color Cylindrical-coordinate representation of color #31783D: hue angle of 130.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31783D is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 61 -
CMYK 0.59 0 0.49 0.53
HSL 130.14º 0.42% 0.33% -
HSV(B) 130.14º 0.59% 0.47% -
XYZ 8.83 14.42 6.73 -
YUV 92.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 49 120 61 0.59 0 0.49 0.53 130.14 0.42 0.33
Hex 31 78 3D 3B 0 31 35 82 2A 21
Octal 61 170 75 73 0 61 65 202 52 41
Binary 110001 1111000 111101 111011 0 110001 110101 10000010 101010 100001

Color Harmonies of #31783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31783D

Black with #31783D

Text Example


Text Example

White with #31783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31783D; }

 p { color: rgb(49,120,61); }

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

background-color css

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

 a { background-color: rgb(49,120,61); }

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

border-color css

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

 span { border-color: rgb(49,120,61); }

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