Html Css Color HEX #31863C Japanese Laurel

📋 copy color: '#31863C'

red 49 ◦ green 134 ◦ blue 60

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

Shades of Japanese Laurel #31863C

Tints of Japanese Laurel #31863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.14%

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

R = 20.16%
G = 55.14%
B = 24.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#31863C (or 0x31863C) is known color: Japanese Laurel. HEX triplet: 31, 86 and 3C. RGB value is (49,134,60). Sum of RGB (Red+Green+Blue) = 49+134+60=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #31863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31863C is #CE79C3. Grayscale: #646464. Windows color (decimal): -13531588 or 3966513. OLE color: 3966513.

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

Color convert

RGB 49 134 60 -
CMYK 0.63 0 0.55 0.47
HSL 127.76º 0.46% 0.36% -
HSV(B) 127.76º 0.63% 0.53% -
XYZ 10.61 18.03 7.2 -
YUV 100.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 49 134 60 0.63 0 0.55 0.47 127.76 0.46 0.36
Hex 31 86 3C 3F 0 37 2F 80 2E 24
Octal 61 206 74 77 0 67 57 200 56 44
Binary 110001 10000110 111100 111111 0 110111 101111 10000000 101110 100100

Color Harmonies of #31863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31863C

Black with #31863C

Text Example


Text Example

White with #31863C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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