Html Css Color HEX #348442 Japanese Laurel

📋 copy color: '#348442'

red 52 ◦ green 132 ◦ blue 66

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

Shades of Japanese Laurel #348442

Tints of Japanese Laurel #348442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

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

R = 20.8%
G = 52.8%
B = 26.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#348442 (or 0x348442) is known color: Japanese Laurel. HEX triplet: 34, 84 and 42. RGB value is (52,132,66). Sum of RGB (Red+Green+Blue) = 52+132+66=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #348442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348442 is #CB7BBD. Grayscale: #646464. Windows color (decimal): -13335486 or 4359220. OLE color: 4359220.

HSL color Cylindrical-coordinate representation of color #348442: hue angle of 130.5º degrees, saturation: 0.43, 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 #348442 is Cyan = 0.61, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 66 -
CMYK 0.61 0 0.5 0.48
HSL 130.5º 0.43% 0.36% -
HSV(B) 130.5º 0.61% 0.52% -
XYZ 10.65 17.63 8 -
YUV 100.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 52 132 66 0.61 0 0.5 0.48 130.5 0.43 0.36
Hex 34 84 42 3D 0 32 30 82 2B 24
Octal 64 204 102 75 0 62 60 202 53 44
Binary 110100 10000100 1000010 111101 0 110010 110000 10000010 101011 100100

Color Harmonies of #348442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348442

Black with #348442

Text Example


Text Example

White with #348442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348442; }

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

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

background-color css

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

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

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

border-color css

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

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

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