Html Css Color HEX #318338 Japanese Laurel

📋 copy color: '#318338'

red 49 ◦ green 131 ◦ blue 56

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

Shades of Japanese Laurel #318338

Tints of Japanese Laurel #318338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.73%

R = 20.76%
G = 55.51%
B = 23.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#318338 (or 0x318338) is known color: Japanese Laurel. HEX triplet: 31, 83 and 38. RGB value is (49,131,56). Sum of RGB (Red+Green+Blue) = 49+131+56=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #318338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318338 is #CE7CC7. Grayscale: #626262. Windows color (decimal): -13532360 or 3703601. OLE color: 3703601.

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

Color convert

RGB 49 131 56 -
CMYK 0.63 0 0.57 0.49
HSL 125.12º 0.46% 0.35% -
HSV(B) 125.12º 0.63% 0.51% -
XYZ 10.1 17.17 6.52 -
YUV 97.93 104.33 93.1 -
System Red Green Blue C M Y K H S L
Decimal 49 131 56 0.63 0 0.57 0.49 125.12 0.46 0.35
Hex 31 83 38 3F 0 39 31 7D 2E 23
Octal 61 203 70 77 0 71 61 175 56 43
Binary 110001 10000011 111000 111111 0 111001 110001 1111101 101110 100011

Color Harmonies of #318338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318338

Black with #318338

Text Example


Text Example

White with #318338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318338; }

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

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

background-color css

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

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

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

border-color css

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

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

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