#348741

Color #348741 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #348741

Tints of Japanese Laurel #348741

Color information

#348741 (or 0x348741) is unknown color: approx 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

RGB5213565-
CMYK0.6100.520.47
HSL129.4º44.39%36.67%-
HSV(B)129.4º61.48%52.94%-
XYZ11.0318.447.98-
YUV102.210792.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.63%
GREEN value IS 135 (53.12% 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 (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52135650.6100.520.47129.444.3936.67
Hex3487413D0342F812c25
Octal6420710175064572015445
Binary110100100001111000001111101011010010111110000001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>