Html Css Color HEX #31843F Japanese Laurel

📋 copy color: '#31843F'

red 49 ◦ green 132 ◦ blue 63

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

Shades of Japanese Laurel #31843F

Tints of Japanese Laurel #31843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 54.1%

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

R = 20.08%
G = 54.1%
B = 25.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#31843F (or 0x31843F) is known color: Japanese Laurel. HEX triplet: 31, 84 and 3F. RGB value is (49,132,63). Sum of RGB (Red+Green+Blue) = 49+132+63=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #31843F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31843F is #CE7BC0. Grayscale: #636363. Windows color (decimal): -13532097 or 4162609. OLE color: 4162609.

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

Color convert

RGB 49 132 63 -
CMYK 0.63 0 0.52 0.48
HSL 130.12º 0.46% 0.35% -
HSV(B) 130.12º 0.63% 0.52% -
XYZ 10.42 17.51 7.53 -
YUV 99.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 49 132 63 0.63 0 0.52 0.48 130.12 0.46 0.35
Hex 31 84 3F 3F 0 34 30 82 2E 23
Octal 61 204 77 77 0 64 60 202 56 43
Binary 110001 10000100 111111 111111 0 110100 110000 10000010 101110 100011

Color Harmonies of #31843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31843F

Black with #31843F

Text Example


Text Example

White with #31843F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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