#338343

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

Shades of Japanese Laurel #338343

Tints of Japanese Laurel #338343

Color information

#338343 (or 0x338343) is unknown color: approx Japanese Laurel. HEX triplet: 33, 83 and 43. RGB value is (51,131,67). Sum of RGB (Red+Green+Blue) = 51+131+67=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #338343 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338343 is #CC7CBC. Grayscale: #636363. Windows color (decimal): -13401277 or 4424499. OLE color: 4424499.

HSL color Cylindrical-coordinate representation of color #338343: hue angle of 132º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338343 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB5113167-
CMYK0.6100.490.49
HSL132º43.96%35.69%-
HSV(B)132º61.07%51.37%-
XYZ10.4917.348.1-
YUV99.78109.593.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 131 (51.56% from 255) = 52.61%
BLUE value IS 67 (26.56% from 255) = 26.91%
R=20.48%
G=52.61%
B=26.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51131670.6100.490.4913243.9635.69
Hex3383433D03131842c24
Octal6320310375061612045444
Binary110011100000111000011111101011000111000110000100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338343; }

 p { color: rgb(51,131,67); }

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

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

 a { background-color: rgb(51,131,67); }

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

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

 span { border-color: rgb(51,131,67); }

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