Html Css Color HEX #318242 Japanese Laurel

📋 copy color: '#318242'

red 49 ◦ green 130 ◦ blue 66

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

Shades of Japanese Laurel #318242

Tints of Japanese Laurel #318242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 20%
G = 53.06%
B = 26.94%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#318242 (or 0x318242) is known color: Japanese Laurel. HEX triplet: 31, 82 and 42. RGB value is (49,130,66). Sum of RGB (Red+Green+Blue) = 49+130+66=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 130 (51.17% from 255 or 53.06% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 130 - color contains mainly: green. Hex color #318242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318242 is #CE7DBD. Grayscale: #626262. Windows color (decimal): -13532606 or 4358705. OLE color: 4358705.

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

Color convert

RGB 49 130 66 -
CMYK 0.62 0 0.49 0.49
HSL 132.59º 0.45% 0.35% -
HSV(B) 132.59º 0.62% 0.51% -
XYZ 10.23 17.01 7.9 -
YUV 98.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 49 130 66 0.62 0 0.49 0.49 132.59 0.45 0.35
Hex 31 82 42 3E 0 31 31 85 2D 23
Octal 61 202 102 76 0 61 61 205 55 43
Binary 110001 10000010 1000010 111110 0 110001 110001 10000101 101101 100011

Color Harmonies of #318242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318242

Black with #318242

Text Example


Text Example

White with #318242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318242; }

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

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

background-color css

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

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

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

border-color css

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

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

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