#338534

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

Shades of Japanese Laurel #338534

Tints of Japanese Laurel #338534

Color information

#338534 (or 0x338534) is unknown color: approx Japanese Laurel. HEX triplet: 33, 85 and 34. RGB value is (51,133,52). Sum of RGB (Red+Green+Blue) = 51+133+52=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #338534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338534 is #CC7ACB. Grayscale: #636363. Windows color (decimal): -13400780 or 3441971. OLE color: 3441971.

HSL color Cylindrical-coordinate representation of color #338534: hue angle of 120.73º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338534 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB5113352-
CMYK0.6200.610.48
HSL120.73º44.57%36.08%-
HSV(B)120.73º61.65%52.16%-
XYZ10.3717.736.12-
YUV99.25101.3393.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.61%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=21.61%
G=56.36%
B=22.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51133520.6200.610.48120.7344.5736.08
Hex3385343E03D30792d24
Octal632056476075601715544
Binary1100111000010111010011111001111011100001111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338534; }

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

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

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

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

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

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

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

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