Html Css Color HEX #31833F Japanese Laurel

📋 copy color: '#31833F'

red 49 ◦ green 131 ◦ blue 63

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

Shades of Japanese Laurel #31833F

Tints of Japanese Laurel #31833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.91%

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

R = 20.16%
G = 53.91%
B = 25.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#31833F (or 0x31833F) is known color: Japanese Laurel. HEX triplet: 31, 83 and 3F. RGB value is (49,131,63). Sum of RGB (Red+Green+Blue) = 49+131+63=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #31833F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31833F is #CE7CC0. Grayscale: #626262. Windows color (decimal): -13532353 or 4162353. OLE color: 4162353.

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

Color convert

RGB 49 131 63 -
CMYK 0.63 0 0.52 0.49
HSL 130.24º 0.46% 0.35% -
HSV(B) 130.24º 0.63% 0.51% -
XYZ 10.28 17.24 7.49 -
YUV 98.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 49 131 63 0.63 0 0.52 0.49 130.24 0.46 0.35
Hex 31 83 3F 3F 0 34 31 82 2E 23
Octal 61 203 77 77 0 64 61 202 56 43
Binary 110001 10000011 111111 111111 0 110100 110001 10000010 101110 100011

Color Harmonies of #31833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31833F

Black with #31833F

Text Example


Text Example

White with #31833F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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