#378834

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

Shades of Japanese Laurel #378834

Tints of Japanese Laurel #378834

Color information

#378834 (or 0x378834) is unknown color: approx Japanese Laurel. HEX triplet: 37, 88 and 34. RGB value is (55,136,52). Sum of RGB (Red+Green+Blue) = 55+136+52=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #378834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378834 is #C877CB. Grayscale: #666666. Windows color (decimal): -13137868 or 3442743. OLE color: 3442743.

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

Color convert

RGB5513652-
CMYK0.6000.620.47
HSL117.86º44.68%36.86%-
HSV(B)117.86º61.76%53.33%-
XYZ1118.676.27-
YUV102.299.6694.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 136 (53.52% from 255) = 55.97%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=22.63%
G=55.97%
B=21.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55136520.6000.620.47117.8644.6836.86
Hex3788343C03E2F762d25
Octal672106474076571665545
Binary1101111000100011010011110001111101011111110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378834; }

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

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

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

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

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

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

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

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