Html Css Color HEX #348735 Japanese Laurel

📋 copy color: '#348735'

red 52 ◦ green 135 ◦ blue 53

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

Shades of Japanese Laurel #348735

Tints of Japanese Laurel #348735

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.25%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 21.67%
G = 56.25%
B = 22.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#348735 (or 0x348735) is known color: Japanese Laurel. HEX triplet: 34, 87 and 35. RGB value is (52,135,53). Sum of RGB (Red+Green+Blue) = 52+135+53=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 135 (53.12% from 255 or 56.25% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 135 - color contains mainly: green. Hex color #348735 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348735 is #CB78CA. Grayscale: #656565. Windows color (decimal): -13334731 or 3508020. OLE color: 3508020.

HSL color Cylindrical-coordinate representation of color #348735: hue angle of 120.72º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348735 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 53 -
CMYK 0.61 0 0.61 0.47
HSL 120.72º 0.44% 0.37% -
HSV(B) 120.72º 0.61% 0.53% -
XYZ 10.72 18.32 6.34 -
YUV 100.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 52 135 53 0.61 0 0.61 0.47 120.72 0.44 0.37
Hex 34 87 35 3D 0 3D 2F 79 2C 25
Octal 64 207 65 75 0 75 57 171 54 45
Binary 110100 10000111 110101 111101 0 111101 101111 1111001 101100 100101

Color Harmonies of #348735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348735

Black with #348735

Text Example


Text Example

White with #348735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348735; }

 p { color: rgb(52,135,53); }

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

background-color css

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

 a { background-color: rgb(52,135,53); }

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

border-color css

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

 span { border-color: rgb(52,135,53); }

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