Html Css Color HEX #31753F Japanese Laurel

📋 copy color: '#31753F'

red 49 ◦ green 117 ◦ blue 63

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

Shades of Japanese Laurel #31753F

Tints of Japanese Laurel #31753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.09%

 BLUE value IS 63 (25% from 255) = 27.51%

R = 21.4%
G = 51.09%
B = 27.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#31753F (or 0x31753F) is known color: Japanese Laurel. HEX triplet: 31, 75 and 3F. RGB value is (49,117,63). Sum of RGB (Red+Green+Blue) = 49+117+63=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #31753F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31753F is #CE8AC0. Grayscale: #5A5A5A. Windows color (decimal): -13535937 or 4158769. OLE color: 4158769.

HSL color Cylindrical-coordinate representation of color #31753F: hue angle of 132.35º 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 #31753F is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 63 -
CMYK 0.58 0 0.46 0.54
HSL 132.35º 0.41% 0.33% -
HSV(B) 132.35º 0.58% 0.46% -
XYZ 8.53 13.73 6.9 -
YUV 90.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 49 117 63 0.58 0 0.46 0.54 132.35 0.41 0.33
Hex 31 75 3F 3A 0 2E 36 84 29 21
Octal 61 165 77 72 0 56 66 204 51 41
Binary 110001 1110101 111111 111010 0 101110 110110 10000100 101001 100001

Color Harmonies of #31753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31753F

Black with #31753F

Text Example


Text Example

White with #31753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31753F; }

 p { color: rgb(49,117,63); }

 H1.HeaderClassName
 {
   color: #31753F;
 }
 .AnyTagClassName
 {
   color: #31753F;
 }
</style>

background-color css

<style>
 a { background-color: #31753F; }

 a { background-color: rgb(49,117,63); }

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

border-color css

<style>
 span { border-color: #31753F; }

 span { border-color: rgb(49,117,63); }

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