Html Css Color HEX #348B32 Japanese Laurel

📋 copy color: '#348B32'

red 52 ◦ green 139 ◦ blue 50

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

Shades of Japanese Laurel #348B32

Tints of Japanese Laurel #348B32

RGB

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

 GREEN value IS 139 (54.69% from 255) = 57.68%

 BLUE value IS 50 (19.92% from 255) = 20.75%

R = 21.58%
G = 57.68%
B = 20.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#348B32 (or 0x348B32) is known color: Japanese Laurel. HEX triplet: 34, 8B and 32. RGB value is (52,139,50). Sum of RGB (Red+Green+Blue) = 52+139+50=241 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.58% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #348B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B32 is #CB74CD. Grayscale: #676767. Windows color (decimal): -13333710 or 3312436. OLE color: 3312436.

HSL color Cylindrical-coordinate representation of color #348B32: hue angle of 118.65º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348B32 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 50 -
CMYK 0.63 0 0.64 0.45
HSL 118.65º 0.47% 0.37% -
HSV(B) 118.65º 0.64% 0.55% -
XYZ 11.22 19.43 6.18 -
YUV 102.84 98.18 91.74 -
System Red Green Blue C M Y K H S L
Decimal 52 139 50 0.63 0 0.64 0.45 118.65 0.47 0.37
Hex 34 8B 32 3F 0 40 2D 77 2F 25
Octal 64 213 62 77 0 100 55 167 57 45
Binary 110100 10001011 110010 111111 0 1000000 101101 1110111 101111 100101

Color Harmonies of #348B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B32

Black with #348B32

Text Example


Text Example

White with #348B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348B32; }

 p { color: rgb(52,139,50); }

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

background-color css

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

 a { background-color: rgb(52,139,50); }

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

border-color css

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

 span { border-color: rgb(52,139,50); }

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