Html Css Color HEX #31833C Japanese Laurel

📋 copy color: '#31833C'

red 49 ◦ green 131 ◦ blue 60

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

Shades of Japanese Laurel #31833C

Tints of Japanese Laurel #31833C

RGB

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

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

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

R = 20.42%
G = 54.58%
B = 25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#31833C (or 0x31833C) is known color: Japanese Laurel. HEX triplet: 31, 83 and 3C. RGB value is (49,131,60). Sum of RGB (Red+Green+Blue) = 49+131+60=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #31833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31833C is #CE7CC3. Grayscale: #626262. Windows color (decimal): -13532356 or 3965745. OLE color: 3965745.

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

Color convert

RGB 49 131 60 -
CMYK 0.63 0 0.54 0.49
HSL 128.05º 0.46% 0.35% -
HSV(B) 128.05º 0.63% 0.51% -
XYZ 10.2 17.21 7.06 -
YUV 98.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 49 131 60 0.63 0 0.54 0.49 128.05 0.46 0.35
Hex 31 83 3C 3F 0 36 31 80 2E 23
Octal 61 203 74 77 0 66 61 200 56 43
Binary 110001 10000011 111100 111111 0 110110 110001 10000000 101110 100011

Color Harmonies of #31833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31833C

Black with #31833C

Text Example


Text Example

White with #31833C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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