Html Css Color HEX #31833D Japanese Laurel

📋 copy color: '#31833D'

red 49 ◦ green 131 ◦ blue 61

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

Shades of Japanese Laurel #31833D

Tints of Japanese Laurel #31833D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 20.33%
G = 54.36%
B = 25.31%

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

#31833D (or 0x31833D) is known color: Japanese Laurel. HEX triplet: 31, 83 and 3D. RGB value is (49,131,61). Sum of RGB (Red+Green+Blue) = 49+131+61=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #31833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31833D is #CE7CC2. Grayscale: #626262. Windows color (decimal): -13532355 or 4031281. OLE color: 4031281.

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

Color convert

RGB 49 131 61 -
CMYK 0.63 0 0.53 0.49
HSL 128.78º 0.46% 0.35% -
HSV(B) 128.78º 0.63% 0.51% -
XYZ 10.23 17.22 7.2 -
YUV 98.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 49 131 61 0.63 0 0.53 0.49 128.78 0.46 0.35
Hex 31 83 3D 3F 0 35 31 81 2E 23
Octal 61 203 75 77 0 65 61 201 56 43
Binary 110001 10000011 111101 111111 0 110101 110001 10000001 101110 100011

Color Harmonies of #31833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31833D

Black with #31833D

Text Example


Text Example

White with #31833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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