Html Css Color HEX #318042 Japanese Laurel

📋 copy color: '#318042'

red 49 ◦ green 128 ◦ blue 66

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

Shades of Japanese Laurel #318042

Tints of Japanese Laurel #318042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

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

R = 20.16%
G = 52.67%
B = 27.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#318042 (or 0x318042) is known color: Japanese Laurel. HEX triplet: 31, 80 and 42. RGB value is (49,128,66). Sum of RGB (Red+Green+Blue) = 49+128+66=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #318042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318042 is #CE7FBD. Grayscale: #616161. Windows color (decimal): -13533118 or 4358193. OLE color: 4358193.

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

Color convert

RGB 49 128 66 -
CMYK 0.62 0 0.48 0.50
HSL 132.91º 0.45% 0.35% -
HSV(B) 132.91º 0.62% 0.5% -
XYZ 9.97 16.48 7.81 -
YUV 97.31 110.33 93.54 -
System Red Green Blue C M Y K H S L
Decimal 49 128 66 0.62 0 0.48 0.50 132.91 0.45 0.35
Hex 31 80 42 3E 0 30 32 85 2D 23
Octal 61 200 102 76 0 60 62 205 55 43
Binary 110001 10000000 1000010 111110 0 110000 110010 10000101 101101 100011

Color Harmonies of #318042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318042

Black with #318042

Text Example


Text Example

White with #318042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318042; }

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

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

background-color css

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

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

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

border-color css

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

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

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