Html Css Color HEX #348543 Japanese Laurel

📋 copy color: '#348543'

red 52 ◦ green 133 ◦ blue 67

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

Shades of Japanese Laurel #348543

Tints of Japanese Laurel #348543

RGB

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

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

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

R = 20.63%
G = 52.78%
B = 26.59%

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

#348543 (or 0x348543) is known color: Japanese Laurel. HEX triplet: 34, 85 and 43. RGB value is (52,133,67). Sum of RGB (Red+Green+Blue) = 52+133+67=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #348543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348543 is #CB7ABC. Grayscale: #656565. Windows color (decimal): -13335229 or 4425012. OLE color: 4425012.

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

Color convert

RGB 52 133 67 -
CMYK 0.61 0 0.50 0.48
HSL 131.11º 0.44% 0.36% -
HSV(B) 131.11º 0.61% 0.52% -
XYZ 10.82 17.91 8.2 -
YUV 101.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 52 133 67 0.61 0 0.50 0.48 131.11 0.44 0.36
Hex 34 85 43 3D 0 32 30 83 2C 24
Octal 64 205 103 75 0 62 60 203 54 44
Binary 110100 10000101 1000011 111101 0 110010 110000 10000011 101100 100100

Color Harmonies of #348543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348543

Black with #348543

Text Example


Text Example

White with #348543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348543; }

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

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

background-color css

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

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

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

border-color css

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

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

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