Html Css Color HEX #318232 Japanese Laurel

📋 copy color: '#318232'

red 49 ◦ green 130 ◦ blue 50

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

Shades of Japanese Laurel #318232

Tints of Japanese Laurel #318232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 56.77%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 21.4%
G = 56.77%
B = 21.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#318232 (or 0x318232) is known color: Japanese Laurel. HEX triplet: 31, 82 and 32. RGB value is (49,130,50). Sum of RGB (Red+Green+Blue) = 49+130+50=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #318232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318232 is #CE7DCD. Grayscale: #606060. Windows color (decimal): -13532622 or 3310129. OLE color: 3310129.

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

Color convert

RGB 49 130 50 -
CMYK 0.62 0 0.62 0.49
HSL 120.74º 0.45% 0.35% -
HSV(B) 120.74º 0.62% 0.51% -
XYZ 9.82 16.85 5.75 -
YUV 96.66 101.66 94 -
System Red Green Blue C M Y K H S L
Decimal 49 130 50 0.62 0 0.62 0.49 120.74 0.45 0.35
Hex 31 82 32 3E 0 3E 31 79 2D 23
Octal 61 202 62 76 0 76 61 171 55 43
Binary 110001 10000010 110010 111110 0 111110 110001 1111001 101101 100011

Color Harmonies of #318232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318232

Black with #318232

Text Example


Text Example

White with #318232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318232; }

 p { color: rgb(49,130,50); }

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

background-color css

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

 a { background-color: rgb(49,130,50); }

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

border-color css

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

 span { border-color: rgb(49,130,50); }

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