Html Css Color HEX #348542 Japanese Laurel

📋 copy color: '#348542'

red 52 ◦ green 133 ◦ blue 66

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

Shades of Japanese Laurel #348542

Tints of Japanese Laurel #348542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.99%

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

R = 20.72%
G = 52.99%
B = 26.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#348542 (or 0x348542) is known color: Japanese Laurel. HEX triplet: 34, 85 and 42. RGB value is (52,133,66). Sum of RGB (Red+Green+Blue) = 52+133+66=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #348542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348542 is #CB7ABD. Grayscale: #656565. Windows color (decimal): -13335230 or 4359476. OLE color: 4359476.

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

Color convert

RGB 52 133 66 -
CMYK 0.61 0 0.50 0.48
HSL 130.37º 0.44% 0.36% -
HSV(B) 130.37º 0.61% 0.52% -
XYZ 10.79 17.9 8.04 -
YUV 101.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 52 133 66 0.61 0 0.50 0.48 130.37 0.44 0.36
Hex 34 85 42 3D 0 32 30 82 2C 24
Octal 64 205 102 75 0 62 60 202 54 44
Binary 110100 10000101 1000010 111101 0 110010 110000 10000010 101100 100100

Color Harmonies of #348542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348542

Black with #348542

Text Example


Text Example

White with #348542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348542; }

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

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

background-color css

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

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

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

border-color css

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

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

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