#348435

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

Shades of Japanese Laurel #348435

Tints of Japanese Laurel #348435

Color information

#348435 (or 0x348435) is unknown color: approx Japanese Laurel. HEX triplet: 34, 84 and 35. RGB value is (52,132,53). Sum of RGB (Red+Green+Blue) = 52+132+53=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #348435 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348435 is #CB7BCA. Grayscale: #636363. Windows color (decimal): -13335499 or 3507252. OLE color: 3507252.

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

Color convert

RGB5213253-
CMYK0.6100.600.48
HSL120.75º43.48%36.08%-
HSV(B)120.75º60.61%51.76%-
XYZ10.3117.496.2-
YUV99.0710294.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 132 (51.95% from 255) = 55.70%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=21.94%
G=55.70%
B=22.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52132530.6100.600.48120.7543.4836.08
Hex3484353D03C30792b24
Octal642046575074601715344
Binary1101001000010011010111110101111001100001111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348435; }

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

 H1.HeaderClassName
 {
   color: #348435;
 }
 .AnyTagClassName
 {
   color: #348435;
 }
</style>
background-color css

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

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

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

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

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

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