#3A7C37

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

Shades of Japanese Laurel #3A7C37

Tints of Japanese Laurel #3A7C37

Color information

#3A7C37 (or 0x3A7C37) is unknown color: approx Japanese Laurel. HEX triplet: 3A, 7C and 37. RGB value is (58,124,55). Sum of RGB (Red+Green+Blue) = 58+124+55=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C37 is #C583C8. Grayscale: #606060. Windows color (decimal): -12944329 or 3636282. OLE color: 3636282.

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

Color convert

RGB5812455-
CMYK0.5300.560.51
HSL117.39º38.55%35.1%-
HSV(B)117.39º55.65%48.63%-
XYZ9.6415.596.12-
YUV96.4104.63100.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.47%
GREEN value IS 124 (48.83% from 255) = 52.32%
BLUE value IS 55 (21.88% from 255) = 23.21%
R=24.47%
G=52.32%
B=23.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124550.5300.560.51117.3938.5535.1
Hex3A7C373503833752723
Octal721746765070631654743
Binary111010111110011011111010101110001100111110101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7C37; }

 p { color: rgb(58,124,55); }

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

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

 a { background-color: rgb(58,124,55); }

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

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

 span { border-color: rgb(58,124,55); }

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