Html Css Color HEX #318436 Japanese Laurel

📋 copy color: '#318436'

red 49 ◦ green 132 ◦ blue 54

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

Shades of Japanese Laurel #318436

Tints of Japanese Laurel #318436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.17%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 20.85%
G = 56.17%
B = 22.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#318436 (or 0x318436) is known color: Japanese Laurel. HEX triplet: 31, 84 and 36. RGB value is (49,132,54). Sum of RGB (Red+Green+Blue) = 49+132+54=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #318436 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318436 is #CE7BC9. Grayscale: #626262. Windows color (decimal): -13532106 or 3572785. OLE color: 3572785.

HSL color Cylindrical-coordinate representation of color #318436: hue angle of 123.61º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318436 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 54 -
CMYK 0.63 0 0.59 0.48
HSL 123.61º 0.46% 0.35% -
HSV(B) 123.61º 0.63% 0.52% -
XYZ 10.18 17.42 6.32 -
YUV 98.29 103 92.84 -
System Red Green Blue C M Y K H S L
Decimal 49 132 54 0.63 0 0.59 0.48 123.61 0.46 0.35
Hex 31 84 36 3F 0 3B 30 7C 2E 23
Octal 61 204 66 77 0 73 60 174 56 43
Binary 110001 10000100 110110 111111 0 111011 110000 1111100 101110 100011

Color Harmonies of #318436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318436

Black with #318436

Text Example


Text Example

White with #318436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318436; }

 p { color: rgb(49,132,54); }

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

background-color css

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

 a { background-color: rgb(49,132,54); }

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

border-color css

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

 span { border-color: rgb(49,132,54); }

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