Html Css Color HEX #31783C Japanese Laurel

📋 copy color: '#31783C'

red 49 ◦ green 120 ◦ blue 60

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

Shades of Japanese Laurel #31783C

Tints of Japanese Laurel #31783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.2%

R = 21.4%
G = 52.4%
B = 26.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#31783C (or 0x31783C) is known color: Japanese Laurel. HEX triplet: 31, 78 and 3C. RGB value is (49,120,60). Sum of RGB (Red+Green+Blue) = 49+120+60=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #31783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31783C is #CE87C3. Grayscale: #5C5C5C. Windows color (decimal): -13535172 or 3962929. OLE color: 3962929.

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

Color convert

RGB 49 120 60 -
CMYK 0.59 0 0.5 0.53
HSL 129.3º 0.42% 0.33% -
HSV(B) 129.3º 0.59% 0.47% -
XYZ 8.8 14.41 6.59 -
YUV 91.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 49 120 60 0.59 0 0.5 0.53 129.3 0.42 0.33
Hex 31 78 3C 3B 0 32 35 81 2A 21
Octal 61 170 74 73 0 62 65 201 52 41
Binary 110001 1111000 111100 111011 0 110010 110101 10000001 101010 100001

Color Harmonies of #31783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31783C

Black with #31783C

Text Example


Text Example

White with #31783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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