Html Css Color HEX #346C33 Japanese Laurel

📋 copy color: '#346C33'

red 52 ◦ green 108 ◦ blue 51

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

Shades of Japanese Laurel #346C33

Tints of Japanese Laurel #346C33

RGB

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

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

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

R = 24.64%
G = 51.18%
B = 24.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#346C33 (or 0x346C33) is known color: Japanese Laurel. HEX triplet: 34, 6C and 33. RGB value is (52,108,51). Sum of RGB (Red+Green+Blue) = 52+108+51=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #346C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C33 is #CB93CC. Grayscale: #545454. Windows color (decimal): -13341645 or 3370036. OLE color: 3370036.

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

Color convert

RGB 52 108 51 -
CMYK 0.52 0 0.53 0.58
HSL 118.95º 0.36% 0.31% -
HSV(B) 118.95º 0.53% 0.42% -
XYZ 7.38 11.69 5 -
YUV 84.76 108.95 104.63 -
System Red Green Blue C M Y K H S L
Decimal 52 108 51 0.52 0 0.53 0.58 118.95 0.36 0.31
Hex 34 6C 33 34 0 35 3A 77 24 1F
Octal 64 154 63 64 0 65 72 167 44 37
Binary 110100 1101100 110011 110100 0 110101 111010 1110111 100100 11111

Color Harmonies of #346C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C33

Black with #346C33

Text Example


Text Example

White with #346C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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