Html Css Color HEX #348943 Japanese Laurel

📋 copy color: '#348943'

red 52 ◦ green 137 ◦ blue 67

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

Shades of Japanese Laurel #348943

Tints of Japanese Laurel #348943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.52%

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

R = 20.31%
G = 53.52%
B = 26.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#348943 (or 0x348943) is known color: Japanese Laurel. HEX triplet: 34, 89 and 43. RGB value is (52,137,67). Sum of RGB (Red+Green+Blue) = 52+137+67=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #348943 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348943 is #CB76BC. Grayscale: #676767. Windows color (decimal): -13334205 or 4426036. OLE color: 4426036.

HSL color Cylindrical-coordinate representation of color #348943: hue angle of 130.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348943 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 67 -
CMYK 0.62 0 0.51 0.46
HSL 130.59º 0.45% 0.37% -
HSV(B) 130.59º 0.62% 0.54% -
XYZ 11.37 19.03 8.38 -
YUV 103.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 52 137 67 0.62 0 0.51 0.46 130.59 0.45 0.37
Hex 34 89 43 3E 0 33 2E 83 2D 25
Octal 64 211 103 76 0 63 56 203 55 45
Binary 110100 10001001 1000011 111110 0 110011 101110 10000011 101101 100101

Color Harmonies of #348943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348943

Black with #348943

Text Example


Text Example

White with #348943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348943; }

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

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

background-color css

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

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

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

border-color css

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

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

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