Html Css Color HEX #31833E Japanese Laurel

📋 copy color: '#31833E'

red 49 ◦ green 131 ◦ blue 62

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

Shades of Japanese Laurel #31833E

Tints of Japanese Laurel #31833E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 20.25%
G = 54.13%
B = 25.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#31833E (or 0x31833E) is known color: Japanese Laurel. HEX triplet: 31, 83 and 3E. RGB value is (49,131,62). Sum of RGB (Red+Green+Blue) = 49+131+62=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 131 (51.56% from 255 or 54.13% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 131 - color contains mainly: green. Hex color #31833E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31833E is #CE7CC1. Grayscale: #626262. Windows color (decimal): -13532354 or 4096817. OLE color: 4096817.

HSL color Cylindrical-coordinate representation of color #31833E: hue angle of 129.51º 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 #31833E is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 131 62 -
CMYK 0.63 0 0.53 0.49
HSL 129.51º 0.46% 0.35% -
HSV(B) 129.51º 0.63% 0.51% -
XYZ 10.25 17.23 7.34 -
YUV 98.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 49 131 62 0.63 0 0.53 0.49 129.51 0.46 0.35
Hex 31 83 3E 3F 0 35 31 82 2E 23
Octal 61 203 76 77 0 65 61 202 56 43
Binary 110001 10000011 111110 111111 0 110101 110001 10000010 101110 100011

Color Harmonies of #31833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31833E

Black with #31833E

Text Example


Text Example

White with #31833E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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