Html Css Color HEX #31793B Japanese Laurel

📋 copy color: '#31793B'

red 49 ◦ green 121 ◦ blue 59

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

Shades of Japanese Laurel #31793B

Tints of Japanese Laurel #31793B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.84%

 BLUE value IS 59 (23.44% from 255) = 25.76%

R = 21.4%
G = 52.84%
B = 25.76%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#31793B (or 0x31793B) is known color: Japanese Laurel. HEX triplet: 31, 79 and 3B. RGB value is (49,121,59). Sum of RGB (Red+Green+Blue) = 49+121+59=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 121 (47.66% from 255 or 52.84% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 121 - color contains mainly: green. Hex color #31793B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31793B is #CE86C4. Grayscale: #5C5C5C. Windows color (decimal): -13534917 or 3897649. OLE color: 3897649.

HSL color Cylindrical-coordinate representation of color #31793B: hue angle of 128.33º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31793B is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 59 -
CMYK 0.60 0 0.51 0.53
HSL 128.33º 0.42% 0.33% -
HSV(B) 128.33º 0.6% 0.47% -
XYZ 8.89 14.64 6.5 -
YUV 92.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 49 121 59 0.60 0 0.51 0.53 128.33 0.42 0.33
Hex 31 79 3B 3C 0 33 35 80 2A 21
Octal 61 171 73 74 0 63 65 200 52 41
Binary 110001 1111001 111011 111100 0 110011 110101 10000000 101010 100001

Color Harmonies of #31793B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31793B

Black with #31793B

Text Example


Text Example

White with #31793B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31793B; }

 p { color: rgb(49,121,59); }

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

background-color css

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

 a { background-color: rgb(49,121,59); }

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

border-color css

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

 span { border-color: rgb(49,121,59); }

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