Html Css Color HEX #31783E Japanese Laurel

📋 copy color: '#31783E'

red 49 ◦ green 120 ◦ blue 62

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

Shades of Japanese Laurel #31783E

Tints of Japanese Laurel #31783E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.84%

R = 21.21%
G = 51.95%
B = 26.84%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#31783E (or 0x31783E) is known color: Japanese Laurel. HEX triplet: 31, 78 and 3E. RGB value is (49,120,62). Sum of RGB (Red+Green+Blue) = 49+120+62=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 120 (47.27% from 255 or 51.95% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 120 - color contains mainly: green. Hex color #31783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31783E is #CE87C1. Grayscale: #5C5C5C. Windows color (decimal): -13535170 or 4094001. OLE color: 4094001.

HSL color Cylindrical-coordinate representation of color #31783E: hue angle of 130.99º 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 #31783E is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 120 62 -
CMYK 0.59 0 0.48 0.53
HSL 130.99º 0.42% 0.33% -
HSV(B) 130.99º 0.59% 0.47% -
XYZ 8.85 14.43 6.88 -
YUV 92.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 49 120 62 0.59 0 0.48 0.53 130.99 0.42 0.33
Hex 31 78 3E 3B 0 30 35 83 2A 21
Octal 61 170 76 73 0 60 65 203 52 41
Binary 110001 1111000 111110 111011 0 110000 110101 10000011 101010 100001

Color Harmonies of #31783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31783E

Black with #31783E

Text Example


Text Example

White with #31783E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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