#368134

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

Shades of Japanese Laurel #368134

Tints of Japanese Laurel #368134

Color information

#368134 (or 0x368134) is unknown color: approx Japanese Laurel. HEX triplet: 36, 81 and 34. RGB value is (54,129,52). Sum of RGB (Red+Green+Blue) = 54+129+52=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #368134 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368134 is #C97ECB. Grayscale: #626262. Windows color (decimal): -13205196 or 3440950. OLE color: 3440950.

HSL color Cylindrical-coordinate representation of color #368134: hue angle of 118.44º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368134 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB5412952-
CMYK0.5800.600.49
HSL118.44º42.54%35.49%-
HSV(B)118.44º59.69%50.59%-
XYZ9.9916.735.95-
YUV97.8102.1596.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 129 (50.78% from 255) = 54.89%
BLUE value IS 52 (20.70% from 255) = 22.13%
R=22.98%
G=54.89%
B=22.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54129520.5800.600.49118.4442.5435.49
Hex3681343A03C31762b23
Octal662016472074611665343
Binary1101101000000111010011101001111001100011110110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368134; }

 p { color: rgb(54,129,52); }

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

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

 a { background-color: rgb(54,129,52); }

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

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

 span { border-color: rgb(54,129,52); }

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