Html Css Color HEX #348643 Japanese Laurel

📋 copy color: '#348643'

red 52 ◦ green 134 ◦ blue 67

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

Shades of Japanese Laurel #348643

Tints of Japanese Laurel #348643

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.96%

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 20.55%
G = 52.96%
B = 26.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#348643 (or 0x348643) is known color: Japanese Laurel. HEX triplet: 34, 86 and 43. RGB value is (52,134,67). Sum of RGB (Red+Green+Blue) = 52+134+67=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #348643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348643 is #CB79BC. Grayscale: #666666. Windows color (decimal): -13334973 or 4425268. OLE color: 4425268.

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

Color convert

RGB 52 134 67 -
CMYK 0.61 0 0.5 0.47
HSL 130.98º 0.44% 0.36% -
HSV(B) 130.98º 0.61% 0.53% -
XYZ 10.95 18.19 8.24 -
YUV 101.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 52 134 67 0.61 0 0.5 0.47 130.98 0.44 0.36
Hex 34 86 43 3D 0 32 2F 83 2C 24
Octal 64 206 103 75 0 62 57 203 54 44
Binary 110100 10000110 1000011 111101 0 110010 101111 10000011 101100 100100

Color Harmonies of #348643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348643

Black with #348643

Text Example


Text Example

White with #348643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348643; }

 p { color: rgb(52,134,67); }

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

background-color css

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

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

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

border-color css

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

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

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