Html Css Color HEX #348532 Japanese Laurel

📋 copy color: '#348532'

red 52 ◦ green 133 ◦ blue 50

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

Shades of Japanese Laurel #348532

Tints of Japanese Laurel #348532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 56.6%

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

R = 22.13%
G = 56.6%
B = 21.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#348532 (or 0x348532) is known color: Japanese Laurel. HEX triplet: 34, 85 and 32. RGB value is (52,133,50). Sum of RGB (Red+Green+Blue) = 52+133+50=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #348532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348532 is #CB7ACD. Grayscale: #636363. Windows color (decimal): -13335246 or 3310900. OLE color: 3310900.

HSL color Cylindrical-coordinate representation of color #348532: hue angle of 118.55º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348532 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 50 -
CMYK 0.61 0 0.62 0.48
HSL 118.55º 0.45% 0.36% -
HSV(B) 118.55º 0.62% 0.52% -
XYZ 10.38 17.74 5.89 -
YUV 99.32 100.16 94.25 -
System Red Green Blue C M Y K H S L
Decimal 52 133 50 0.61 0 0.62 0.48 118.55 0.45 0.36
Hex 34 85 32 3D 0 3E 30 77 2D 24
Octal 64 205 62 75 0 76 60 167 55 44
Binary 110100 10000101 110010 111101 0 111110 110000 1110111 101101 100100

Color Harmonies of #348532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348532

Black with #348532

Text Example


Text Example

White with #348532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348532; }

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

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

background-color css

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

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

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

border-color css

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

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

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