Html Css Color HEX #31763D Japanese Laurel

📋 copy color: '#31763D'

red 49 ◦ green 118 ◦ blue 61

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

Shades of Japanese Laurel #31763D

Tints of Japanese Laurel #31763D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.75%

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

R = 21.49%
G = 51.75%
B = 26.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#31763D (or 0x31763D) is known color: Japanese Laurel. HEX triplet: 31, 76 and 3D. RGB value is (49,118,61). Sum of RGB (Red+Green+Blue) = 49+118+61=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #31763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31763D is #CE89C2. Grayscale: #5B5B5B. Windows color (decimal): -13535683 or 4027953. OLE color: 4027953.

HSL color Cylindrical-coordinate representation of color #31763D: hue angle of 130.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31763D is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 61 -
CMYK 0.58 0 0.48 0.54
HSL 130.43º 0.41% 0.33% -
HSV(B) 130.43º 0.58% 0.46% -
XYZ 8.59 13.95 6.65 -
YUV 90.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 49 118 61 0.58 0 0.48 0.54 130.43 0.41 0.33
Hex 31 76 3D 3A 0 30 36 82 29 21
Octal 61 166 75 72 0 60 66 202 51 41
Binary 110001 1110110 111101 111010 0 110000 110110 10000010 101001 100001

Color Harmonies of #31763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31763D

Black with #31763D

Text Example


Text Example

White with #31763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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