#378C41

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

Shades of Japanese Laurel #378C41

Tints of Japanese Laurel #378C41

Color information

#378C41 (or 0x378C41) is unknown color: approx Japanese Laurel. HEX triplet: 37, 8C and 41. RGB value is (55,140,65). Sum of RGB (Red+Green+Blue) = 55+140+65=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #378C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378C41 is #C873BE. Grayscale: #6A6A6A. Windows color (decimal): -13136831 or 4295735. OLE color: 4295735.

HSL color Cylindrical-coordinate representation of color #378C41: hue angle of 127.06º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #378C41 is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB5514065-
CMYK0.6100.540.45
HSL127.06º43.59%38.24%-
HSV(B)127.06º60.71%54.9%-
XYZ11.9119.958.22-
YUV106.04104.8491.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 140 (55.08% from 255) = 53.85%
BLUE value IS 65 (25.78% from 255) = 25%
R=21.15%
G=53.85%
B=25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55140650.6100.540.45127.0643.5938.24
Hex378C413D0362D7f2c26
Octal6721410175066551775446
Binary11011110001100100000111110101101101011011111111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378C41; }

 p { color: rgb(55,140,65); }

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

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

 a { background-color: rgb(55,140,65); }

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

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

 span { border-color: rgb(55,140,65); }

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