Html Css Color HEX #346F3A Japanese Laurel

📋 copy color: '#346F3A'

red 52 ◦ green 111 ◦ blue 58

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

Shades of Japanese Laurel #346F3A

Tints of Japanese Laurel #346F3A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 50.23%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 23.53%
G = 50.23%
B = 26.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#346F3A (or 0x346F3A) is known color: Japanese Laurel. HEX triplet: 34, 6F and 3A. RGB value is (52,111,58). Sum of RGB (Red+Green+Blue) = 52+111+58=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #346F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F3A is #CB90C5. Grayscale: #575757. Windows color (decimal): -13340870 or 3829556. OLE color: 3829556.

HSL color Cylindrical-coordinate representation of color #346F3A: hue angle of 126.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F3A is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 58 -
CMYK 0.53 0 0.48 0.56
HSL 126.1º 0.36% 0.32% -
HSV(B) 126.1º 0.53% 0.44% -
XYZ 7.86 12.4 5.98 -
YUV 87.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 52 111 58 0.53 0 0.48 0.56 126.1 0.36 0.32
Hex 34 6F 3A 35 0 30 38 7E 24 20
Octal 64 157 72 65 0 60 70 176 44 40
Binary 110100 1101111 111010 110101 0 110000 111000 1111110 100100 100000

Color Harmonies of #346F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F3A

Black with #346F3A

Text Example


Text Example

White with #346F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,111,58); }

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

background-color css

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

 a { background-color: rgb(52,111,58); }

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

border-color css

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

 span { border-color: rgb(52,111,58); }

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