Html Css Color HEX #348642 Japanese Laurel

📋 copy color: '#348642'

red 52 ◦ green 134 ◦ blue 66

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

Shades of Japanese Laurel #348642

Tints of Japanese Laurel #348642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.19%

R = 20.63%
G = 53.17%
B = 26.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#348642 (or 0x348642) is known color: Japanese Laurel. HEX triplet: 34, 86 and 42. RGB value is (52,134,66). Sum of RGB (Red+Green+Blue) = 52+134+66=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #348642 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348642 is #CB79BD. Grayscale: #656565. Windows color (decimal): -13334974 or 4359732. OLE color: 4359732.

HSL color Cylindrical-coordinate representation of color #348642: hue angle of 130.24º 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 #348642 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 66 -
CMYK 0.61 0 0.51 0.47
HSL 130.24º 0.44% 0.36% -
HSV(B) 130.24º 0.61% 0.53% -
XYZ 10.92 18.17 8.09 -
YUV 101.73 107.83 92.53 -
System Red Green Blue C M Y K H S L
Decimal 52 134 66 0.61 0 0.51 0.47 130.24 0.44 0.36
Hex 34 86 42 3D 0 33 2F 82 2C 24
Octal 64 206 102 75 0 63 57 202 54 44
Binary 110100 10000110 1000010 111101 0 110011 101111 10000010 101100 100100

Color Harmonies of #348642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348642

Black with #348642

Text Example


Text Example

White with #348642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348642; }

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

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

background-color css

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

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

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

border-color css

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

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

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