Html Css Color HEX #347138 Japanese Laurel

📋 copy color: '#347138'

red 52 ◦ green 113 ◦ blue 56

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

Shades of Japanese Laurel #347138

Tints of Japanese Laurel #347138

RGB

 RED value IS 52 (20.7% from 255) = 23.53%

 GREEN value IS 113 (44.53% from 255) = 51.13%

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

R = 23.53%
G = 51.13%
B = 25.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#347138 (or 0x347138) is known color: Japanese Laurel. HEX triplet: 34, 71 and 38. RGB value is (52,113,56). Sum of RGB (Red+Green+Blue) = 52+113+56=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #347138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347138 is #CB8EC7. Grayscale: #585858. Windows color (decimal): -13340360 or 3698996. OLE color: 3698996.

HSL color Cylindrical-coordinate representation of color #347138: hue angle of 123.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347138 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 113 56 -
CMYK 0.54 0 0.50 0.56
HSL 123.93º 0.37% 0.32% -
HSV(B) 123.93º 0.54% 0.44% -
XYZ 8.04 12.83 5.79 -
YUV 88.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 52 113 56 0.54 0 0.50 0.56 123.93 0.37 0.32
Hex 34 71 38 36 0 32 38 7C 25 20
Octal 64 161 70 66 0 62 70 174 45 40
Binary 110100 1110001 111000 110110 0 110010 111000 1111100 100101 100000

Color Harmonies of #347138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347138

Black with #347138

Text Example


Text Example

White with #347138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347138; }

 p { color: rgb(52,113,56); }

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

background-color css

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

 a { background-color: rgb(52,113,56); }

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

border-color css

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

 span { border-color: rgb(52,113,56); }

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