#378838

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

Shades of Japanese Laurel #378838

Tints of Japanese Laurel #378838

Color information

#378838 (or 0x378838) is unknown color: approx Japanese Laurel. HEX triplet: 37, 88 and 38. RGB value is (55,136,56). Sum of RGB (Red+Green+Blue) = 55+136+56=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #378838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378838 is #C877C7. Grayscale: #666666. Windows color (decimal): -13137864 or 3704887. OLE color: 3704887.

HSL color Cylindrical-coordinate representation of color #378838: hue angle of 120.74º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378838 is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB5513656-
CMYK0.6000.590.47
HSL120.74º42.41%37.45%-
HSV(B)120.74º59.56%53.33%-
XYZ11.0918.716.77-
YUV102.66101.6694-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 136 (53.52% from 255) = 55.06%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=22.27%
G=55.06%
B=22.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55136560.6000.590.47120.7442.4137.45
Hex3788383C03B2F792a25
Octal672107074073571715245
Binary1101111000100011100011110001110111011111111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378838; }

 p { color: rgb(55,136,56); }

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

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

 a { background-color: rgb(55,136,56); }

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

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

 span { border-color: rgb(55,136,56); }

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