#378741

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

Shades of Japanese Laurel #378741

Tints of Japanese Laurel #378741

Color information

#378741 (or 0x378741) is unknown color: approx Japanese Laurel. HEX triplet: 37, 87 and 41. RGB value is (55,135,65). Sum of RGB (Red+Green+Blue) = 55+135+65=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #378741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378741 is #C878BE. Grayscale: #676767. Windows color (decimal): -13138111 or 4294455. OLE color: 4294455.

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

Color convert

RGB5513565-
CMYK0.5900.520.47
HSL127.5º42.11%37.25%-
HSV(B)127.5º59.26%52.94%-
XYZ11.1918.527.99-
YUV103.1106.593.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 135 (53.12% from 255) = 52.94%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=21.57%
G=52.94%
B=25.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55135650.5900.520.47127.542.1137.25
Hex3787413B0342F802a25
Octal6720710173064572005245
Binary110111100001111000001111011011010010111110000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378741; }

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

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

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

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

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

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

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

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