#368230

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

Shades of Japanese Laurel #368230

Tints of Japanese Laurel #368230

Color information

#368230 (or 0x368230) is unknown color: approx Japanese Laurel. HEX triplet: 36, 82 and 30. RGB value is (54,130,48). Sum of RGB (Red+Green+Blue) = 54+130+48=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 130 (51.17% from 255 or 56.03% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 130 - color contains mainly: green. Hex color #368230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368230 is #C97DCF. Grayscale: #626262. Windows color (decimal): -13204944 or 3179062. OLE color: 3179062.

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

Color convert

RGB5413048-
CMYK0.5800.630.49
HSL115.61º46.07%34.9%-
HSV(B)115.61º63.08%50.98%-
XYZ10.0416.965.54-
YUV97.9399.8296.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.28%
GREEN value IS 130 (51.17% from 255) = 56.03%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=23.28%
G=56.03%
B=20.69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54130480.5800.630.49115.6146.0734.9
Hex3682303A03F31742e23
Octal662026072077611645643
Binary1101101000001011000011101001111111100011110100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368230; }

 p { color: rgb(54,130,48); }

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

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

 a { background-color: rgb(54,130,48); }

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

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

 span { border-color: rgb(54,130,48); }

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