#37923B

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

Shades of Japanese Laurel #37923B

Tints of Japanese Laurel #37923B

Color information

#37923B (or 0x37923B) is unknown color: approx Japanese Laurel. HEX triplet: 37, 92 and 3B. RGB value is (55,146,59). Sum of RGB (Red+Green+Blue) = 55+146+59=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #37923B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37923B is #C86DC4. Grayscale: #6D6D6D. Windows color (decimal): -13135301 or 3904055. OLE color: 3904055.

HSL color Cylindrical-coordinate representation of color #37923B: hue angle of 122.64º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37923B is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB5514659-
CMYK0.6200.600.43
HSL122.64º45.27%39.41%-
HSV(B)122.64º62.33%57.25%-
XYZ12.6421.697.66-
YUV108.8799.8589.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 146 (57.42% from 255) = 56.15%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=21.15%
G=56.15%
B=22.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55146590.6200.600.43122.6445.2739.41
Hex37923B3E03C2B7b2d27
Octal672227376074531735547
Binary1101111001001011101111111001111001010111111011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37923B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37923B; }

 p { color: rgb(55,146,59); }

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

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

 a { background-color: rgb(55,146,59); }

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

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

 span { border-color: rgb(55,146,59); }

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