#377E35

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

Shades of Japanese Laurel #377E35

Tints of Japanese Laurel #377E35

Color information

#377E35 (or 0x377E35) is unknown color: approx Japanese Laurel. HEX triplet: 37, 7E and 35. RGB value is (55,126,53). Sum of RGB (Red+Green+Blue) = 55+126+53=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #377E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377E35 is #C881CA. Grayscale: #606060. Windows color (decimal): -13140427 or 3505719. OLE color: 3505719.

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

Color convert

RGB5512653-
CMYK0.5600.580.51
HSL118.36º40.78%35.1%-
HSV(B)118.36º57.94%49.41%-
XYZ9.6815.995.94-
YUV96.45103.4898.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 126 (49.61% from 255) = 53.85%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=23.50%
G=53.85%
B=22.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55126530.5600.580.51118.3640.7835.1
Hex377E353803A33762923
Octal671766570072631665143
Binary110111111111011010111100001110101100111110110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377E35; }

 p { color: rgb(55,126,53); }

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

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

 a { background-color: rgb(55,126,53); }

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

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

 span { border-color: rgb(55,126,53); }

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