Html Css Color HEX #348534 Japanese Laurel

📋 copy color: '#348534'

red 52 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #348534

Tints of Japanese Laurel #348534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.94%

R = 21.94%
G = 56.12%
B = 21.94%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#348534 (or 0x348534) is known color: Japanese Laurel. HEX triplet: 34, 85 and 34. RGB value is (52,133,52). Sum of RGB (Red+Green+Blue) = 52+133+52=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #348534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348534 is #CB7ACB. Grayscale: #636363. Windows color (decimal): -13335244 or 3441972. OLE color: 3441972.

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

Color convert

RGB 52 133 52 -
CMYK 0.61 0 0.61 0.48
HSL 120º 0.44% 0.36% -
HSV(B) 120º 0.61% 0.52% -
XYZ 10.42 17.75 6.13 -
YUV 99.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 52 133 52 0.61 0 0.61 0.48 120 0.44 0.36
Hex 34 85 34 3D 0 3D 30 78 2C 24
Octal 64 205 64 75 0 75 60 170 54 44
Binary 110100 10000101 110100 111101 0 111101 110000 1111000 101100 100100

Color Harmonies of #348534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348534

Black with #348534

Text Example


Text Example

White with #348534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348534; }

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

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

background-color css

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

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

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

border-color css

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

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

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