Html Css Color HEX #348340 Japanese Laurel

📋 copy color: '#348340'

red 52 ◦ green 131 ◦ blue 64

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

Shades of Japanese Laurel #348340

Tints of Japanese Laurel #348340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.04%

 BLUE value IS 64 (25.39% from 255) = 25.91%

R = 21.05%
G = 53.04%
B = 25.91%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#348340 (or 0x348340) is known color: Japanese Laurel. HEX triplet: 34, 83 and 40. RGB value is (52,131,64). Sum of RGB (Red+Green+Blue) = 52+131+64=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #348340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348340 is #CB7CBF. Grayscale: #636363. Windows color (decimal): -13335744 or 4227892. OLE color: 4227892.

HSL color Cylindrical-coordinate representation of color #348340: hue angle of 129.11º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348340 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 64 -
CMYK 0.60 0 0.51 0.49
HSL 129.11º 0.43% 0.36% -
HSV(B) 129.11º 0.6% 0.51% -
XYZ 10.46 17.33 7.64 -
YUV 99.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 52 131 64 0.60 0 0.51 0.49 129.11 0.43 0.36
Hex 34 83 40 3C 0 33 31 81 2B 24
Octal 64 203 100 74 0 63 61 201 53 44
Binary 110100 10000011 1000000 111100 0 110011 110001 10000001 101011 100100

Color Harmonies of #348340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348340

Black with #348340

Text Example


Text Example

White with #348340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348340; }

 p { color: rgb(52,131,64); }

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

background-color css

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

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

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

border-color css

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

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

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