#347233

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

Shades of Japanese Laurel #347233

Tints of Japanese Laurel #347233

Color information

#347233 (or 0x347233) is unknown color: approx Japanese Laurel. HEX triplet: 34, 72 and 33. RGB value is (52,114,51). Sum of RGB (Red+Green+Blue) = 52+114+51=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #347233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347233 is #CB8DCC. Grayscale: #585858. Windows color (decimal): -13340109 or 3371572. OLE color: 3371572.

HSL color Cylindrical-coordinate representation of color #347233: hue angle of 119.05º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347233 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB5211451-
CMYK0.5400.550.55
HSL119.05º38.18%32.35%-
HSV(B)119.05º55.26%44.71%-
XYZ8.03135.22-
YUV88.28106.96102.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 114 (44.92% from 255) = 52.53%
BLUE value IS 51 (20.31% from 255) = 23.50%
R=23.96%
G=52.53%
B=23.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52114510.5400.550.55119.0538.1832.35
Hex3472333603737772620
Octal641626366067671674640
Binary110100111001011001111011001101111101111110111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347233; }

 p { color: rgb(52,114,51); }

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

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

 a { background-color: rgb(52,114,51); }

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

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

 span { border-color: rgb(52,114,51); }

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