Html Css Color HEX #348539 Japanese Laurel

📋 copy color: '#348539'

red 52 ◦ green 133 ◦ blue 57

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

Shades of Japanese Laurel #348539

Tints of Japanese Laurel #348539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.55%

R = 21.49%
G = 54.96%
B = 23.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#348539 (or 0x348539) is known color: Japanese Laurel. HEX triplet: 34, 85 and 39. RGB value is (52,133,57). Sum of RGB (Red+Green+Blue) = 52+133+57=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #348539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348539 is #CB7AC6. Grayscale: #646464. Windows color (decimal): -13335239 or 3769652. OLE color: 3769652.

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

Color convert

RGB 52 133 57 -
CMYK 0.61 0 0.57 0.48
HSL 123.7º 0.44% 0.36% -
HSV(B) 123.7º 0.61% 0.52% -
XYZ 10.54 17.8 6.75 -
YUV 100.12 103.66 93.68 -
System Red Green Blue C M Y K H S L
Decimal 52 133 57 0.61 0 0.57 0.48 123.7 0.44 0.36
Hex 34 85 39 3D 0 39 30 7C 2C 24
Octal 64 205 71 75 0 71 60 174 54 44
Binary 110100 10000101 111001 111101 0 111001 110000 1111100 101100 100100

Color Harmonies of #348539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348539

Black with #348539

Text Example


Text Example

White with #348539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348539; }

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

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

background-color css

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

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

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

border-color css

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

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

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