#378239

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

Shades of Japanese Laurel #378239

Tints of Japanese Laurel #378239

Color information

#378239 (or 0x378239) is unknown color: approx Japanese Laurel. HEX triplet: 37, 82 and 39. RGB value is (55,130,57). Sum of RGB (Red+Green+Blue) = 55+130+57=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #378239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378239 is #C87DC6. Grayscale: #636363. Windows color (decimal): -13139399 or 3768887. OLE color: 3768887.

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

Color convert

RGB5513057-
CMYK0.5800.560.49
HSL121.6º40.54%36.27%-
HSV(B)121.6º57.69%50.98%-
XYZ10.317.076.62-
YUV99.25104.1596.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=22.73%
G=53.72%
B=23.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130570.5800.560.49121.640.5436.27
Hex3782393A038317a2924
Octal672027172070611725144
Binary1101111000001011100111101001110001100011111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378239; }

 p { color: rgb(55,130,57); }

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

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

 a { background-color: rgb(55,130,57); }

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

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

 span { border-color: rgb(55,130,57); }

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