Html Css Color HEX #346C2F Japanese Laurel

📋 copy color: '#346C2F'

red 52 ◦ green 108 ◦ blue 47

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

Shades of Japanese Laurel #346C2F

Tints of Japanese Laurel #346C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 52.17%

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 25.12%
G = 52.17%
B = 22.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#346C2F (or 0x346C2F) is known color: Japanese Laurel. HEX triplet: 34, 6C and 2F. RGB value is (52,108,47). Sum of RGB (Red+Green+Blue) = 52+108+47=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 108 (42.58% from 255 or 52.17% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 108 - color contains mainly: green. Hex color #346C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C2F is #CB93D0. Grayscale: #545454. Windows color (decimal): -13341649 or 3107892. OLE color: 3107892.

HSL color Cylindrical-coordinate representation of color #346C2F: hue angle of 115.08º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #346C2F is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 108 47 -
CMYK 0.52 0 0.56 0.58
HSL 115.08º 0.39% 0.3% -
HSV(B) 115.08º 0.56% 0.42% -
XYZ 7.29 11.66 4.56 -
YUV 84.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 52 108 47 0.52 0 0.56 0.58 115.08 0.39 0.3
Hex 34 6C 2F 34 0 38 3A 73 27 1E
Octal 64 154 57 64 0 70 72 163 47 36
Binary 110100 1101100 101111 110100 0 111000 111010 1110011 100111 11110

Color Harmonies of #346C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C2F

Black with #346C2F

Text Example


Text Example

White with #346C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346C2F; }

 p { color: rgb(52,108,47); }

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

background-color css

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

 a { background-color: rgb(52,108,47); }

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

border-color css

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

 span { border-color: rgb(52,108,47); }

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