Html Css Color HEX #348741 Japanese Laurel

📋 copy color: '#348741'

red 52 ◦ green 135 ◦ blue 65

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

Shades of Japanese Laurel #348741

Tints of Japanese Laurel #348741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 20.63%
G = 53.57%
B = 25.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#348741 (or 0x348741) is known color: Japanese Laurel. HEX triplet: 34, 87 and 41. RGB value is (52,135,65). Sum of RGB (Red+Green+Blue) = 52+135+65=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 135 (53.12% from 255 or 53.57% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 135 - color contains mainly: green. Hex color #348741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348741 is #CB78BE. Grayscale: #666666. Windows color (decimal): -13334719 or 4294452. OLE color: 4294452.

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

Color convert

RGB 52 135 65 -
CMYK 0.61 0 0.52 0.47
HSL 129.4º 0.44% 0.37% -
HSV(B) 129.4º 0.61% 0.53% -
XYZ 11.03 18.44 7.98 -
YUV 102.2 107 92.19 -
System Red Green Blue C M Y K H S L
Decimal 52 135 65 0.61 0 0.52 0.47 129.4 0.44 0.37
Hex 34 87 41 3D 0 34 2F 81 2C 25
Octal 64 207 101 75 0 64 57 201 54 45
Binary 110100 10000111 1000001 111101 0 110100 101111 10000001 101100 100101

Color Harmonies of #348741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348741

Black with #348741

Text Example


Text Example

White with #348741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348741; }

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

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

background-color css

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

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

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

border-color css

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

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

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