Html Css Color HEX #348834 Japanese Laurel

📋 copy color: '#348834'

red 52 ◦ green 136 ◦ blue 52

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

Shades of Japanese Laurel #348834

Tints of Japanese Laurel #348834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.67%

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

R = 21.67%
G = 56.67%
B = 21.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#348834 (or 0x348834) is known color: Japanese Laurel. HEX triplet: 34, 88 and 34. RGB value is (52,136,52). Sum of RGB (Red+Green+Blue) = 52+136+52=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #348834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348834 is #CB77CB. Grayscale: #656565. Windows color (decimal): -13334476 or 3442740. OLE color: 3442740.

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

Color convert

RGB 52 136 52 -
CMYK 0.62 0 0.62 0.47
HSL 120º 0.45% 0.37% -
HSV(B) 120º 0.62% 0.53% -
XYZ 10.84 18.59 6.26 -
YUV 101.31 100.17 92.83 -
System Red Green Blue C M Y K H S L
Decimal 52 136 52 0.62 0 0.62 0.47 120 0.45 0.37
Hex 34 88 34 3E 0 3E 2F 78 2D 25
Octal 64 210 64 76 0 76 57 170 55 45
Binary 110100 10001000 110100 111110 0 111110 101111 1111000 101101 100101

Color Harmonies of #348834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348834

Black with #348834

Text Example


Text Example

White with #348834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348834; }

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

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

background-color css

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

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

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

border-color css

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

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

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