Html Css Color HEX #31853F Japanese Laurel

📋 copy color: '#31853F'

red 49 ◦ green 133 ◦ blue 63

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

Shades of Japanese Laurel #31853F

Tints of Japanese Laurel #31853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.29%

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

R = 20%
G = 54.29%
B = 25.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#31853F (or 0x31853F) is known color: Japanese Laurel. HEX triplet: 31, 85 and 3F. RGB value is (49,133,63). Sum of RGB (Red+Green+Blue) = 49+133+63=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #31853F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31853F is #CE7AC0. Grayscale: #646464. Windows color (decimal): -13531841 or 4162865. OLE color: 4162865.

HSL color Cylindrical-coordinate representation of color #31853F: hue angle of 130º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31853F is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 63 -
CMYK 0.63 0 0.53 0.48
HSL 130º 0.46% 0.36% -
HSV(B) 130º 0.63% 0.52% -
XYZ 10.55 17.79 7.58 -
YUV 99.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 49 133 63 0.63 0 0.53 0.48 130 0.46 0.36
Hex 31 85 3F 3F 0 35 30 82 2E 24
Octal 61 205 77 77 0 65 60 202 56 44
Binary 110001 10000101 111111 111111 0 110101 110000 10000010 101110 100100

Color Harmonies of #31853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31853F

Black with #31853F

Text Example


Text Example

White with #31853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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