Html Css Color HEX #347035 Japanese Laurel

📋 copy color: '#347035'

red 52 ◦ green 112 ◦ blue 53

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

Shades of Japanese Laurel #347035

Tints of Japanese Laurel #347035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.61%

 BLUE value IS 53 (21.09% from 255) = 24.42%

R = 23.96%
G = 51.61%
B = 24.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#347035 (or 0x347035) is known color: Japanese Laurel. HEX triplet: 34, 70 and 35. RGB value is (52,112,53). Sum of RGB (Red+Green+Blue) = 52+112+53=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #347035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347035 is #CB8FCA. Grayscale: #575757. Windows color (decimal): -13340619 or 3502132. OLE color: 3502132.

HSL color Cylindrical-coordinate representation of color #347035: hue angle of 121º 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 #347035 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 53 -
CMYK 0.54 0 0.53 0.56
HSL 121º 0.37% 0.32% -
HSV(B) 121º 0.54% 0.44% -
XYZ 7.85 12.58 5.38 -
YUV 87.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 52 112 53 0.54 0 0.53 0.56 121 0.37 0.32
Hex 34 70 35 36 0 35 38 79 25 20
Octal 64 160 65 66 0 65 70 171 45 40
Binary 110100 1110000 110101 110110 0 110101 111000 1111001 100101 100000

Color Harmonies of #347035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347035

Black with #347035

Text Example


Text Example

White with #347035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347035; }

 p { color: rgb(52,112,53); }

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

background-color css

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

 a { background-color: rgb(52,112,53); }

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

border-color css

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

 span { border-color: rgb(52,112,53); }

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