#37823E

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

Shades of Japanese Laurel #37823E

Tints of Japanese Laurel #37823E

Color information

#37823E (or 0x37823E) is unknown color: approx Japanese Laurel. HEX triplet: 37, 82 and 3E. RGB value is (55,130,62). Sum of RGB (Red+Green+Blue) = 55+130+62=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #37823E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37823E is #C87DC1. Grayscale: #646464. Windows color (decimal): -13139394 or 4096567. OLE color: 4096567.

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

Color convert

RGB5513062-
CMYK0.5800.520.49
HSL125.6º40.54%36.27%-
HSV(B)125.6º57.69%50.98%-
XYZ10.4317.137.31-
YUV99.82106.6596.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 130 (51.17% from 255) = 52.63%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=22.27%
G=52.63%
B=25.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130620.5800.520.49125.640.5436.27
Hex37823E3A034317e2924
Octal672027672064611765144
Binary1101111000001011111011101001101001100011111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37823E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37823E; }

 p { color: rgb(55,130,62); }

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

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

 a { background-color: rgb(55,130,62); }

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

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

 span { border-color: rgb(55,130,62); }

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