Html Css Color HEX #346D33 Japanese Laurel

📋 copy color: '#346D33'

red 52 ◦ green 109 ◦ blue 51

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

Shades of Japanese Laurel #346D33

Tints of Japanese Laurel #346D33

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.42%

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 24.53%
G = 51.42%
B = 24.06%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#346D33 (or 0x346D33) is known color: Japanese Laurel. HEX triplet: 34, 6D and 33. RGB value is (52,109,51). Sum of RGB (Red+Green+Blue) = 52+109+51=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 109 (42.97% from 255 or 51.42% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 109 - color contains mainly: green. Hex color #346D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D33 is #CB92CC. Grayscale: #555555. Windows color (decimal): -13341389 or 3370292. OLE color: 3370292.

HSL color Cylindrical-coordinate representation of color #346D33: hue angle of 118.97º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346D33 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 109 51 -
CMYK 0.52 0 0.53 0.57
HSL 118.97º 0.36% 0.31% -
HSV(B) 118.97º 0.53% 0.43% -
XYZ 7.48 11.91 5.04 -
YUV 85.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 52 109 51 0.52 0 0.53 0.57 118.97 0.36 0.31
Hex 34 6D 33 34 0 35 39 77 24 1F
Octal 64 155 63 64 0 65 71 167 44 37
Binary 110100 1101101 110011 110100 0 110101 111001 1110111 100100 11111

Color Harmonies of #346D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D33

Black with #346D33

Text Example


Text Example

White with #346D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,51); }

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

background-color css

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

 a { background-color: rgb(52,109,51); }

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

border-color css

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

 span { border-color: rgb(52,109,51); }

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